479fe737d2043aeb88ffd1a33ee576dc58c704cd,docs/source/conf.py,,,#,17
Before Change
import sys, os
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
if not on_rtd:
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
After Change
// How to display URL addresses: "footnote", "no", or "inline".
//texinfo_show_urls = "footnote"
sys.path.append(os.path.abspath("_themes"))
html_theme_path = ["_themes"]
html_theme = "klink"
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: pmorissette/ffn
Commit Name: 479fe737d2043aeb88ffd1a33ee576dc58c704cd
Time: 2014-06-25
Author: pm@rdacap.com
File Name: docs/source/conf.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 21bcd0931e9791af36244d906c9dd8cf95a7a164
Time: 2009-08-02
Author: rasky@develer.com
File Name: support/rthooks/qt4plugins.py
Class Name:
Method Name:
Project Name: scikit-multiflow/scikit-multiflow
Commit Name: bbddf0ca76ae600aba7a0156d4230b57fd24a50c
Time: 2019-04-14
Author: jacob.montiel@gmail.com
File Name: docs/conf.py
Class Name:
Method Name: