a76832df1ee04f1b243ce20b930ba065503e8f19,docs/source/conf.py,,,#,32

Before Change


// Add any paths that contain custom static files (such as style sheets) here,
// relative to this directory. They are copied after the builtin static files,
// so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

// Add any extra paths that contain custom files (such as robots.txt or
// .htaccess) here, relative to this directory. These files are copied
// directly to the root of the documentation.

After Change


if not on_rtd:  // only import and set the theme if we"re building docs locally
    import sphinx_rtd_theme
    html_theme = "sphinx_rtd_theme"
    html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

// otherwise, readthedocs.org uses their theme by default, so no need to specify it

// html_theme = "alabaster"
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: ClimbsRocks/auto_ml
Commit Name: a76832df1ee04f1b243ce20b930ba065503e8f19
Time: 2016-08-26
Author: ClimbsBytes@gmail.com
File Name: docs/source/conf.py
Class Name:
Method Name:


Project Name: Ambrosys/glyph
Commit Name: 6424efc48f57bf9f374a1805115e90a9e9b0b79c
Time: 2018-08-28
Author: markus.quade@gmail.com
File Name: doc/source/conf.py
Class Name:
Method Name:


Project Name: estnltk/estnltk
Commit Name: 70241c951da537919f8203e4bb5c8ae1123aeb2f
Time: 2016-11-15
Author: u.raudvere@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: automl/SMAC3
Commit Name: 02c0af64488dd06d94e1af8eb1bbd23243c3032b
Time: 2017-04-25
Author: joshua.marben@neptun.uni-freiburg.de
File Name: doc/conf.py
Class Name:
Method Name: