3e8bf1822003feaee9f4ca9e46cc06e4a81d041e,doc/source/conf.py,,,#,22

Before Change


import os
import sys
import types
sys.path.insert(0, os.path.abspath("./ext"))

// on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get("READTHEDOCS", None) == "True"

After Change


// Add any Sphinx extension module names here, as strings. They can be
// extensions coming with Sphinx (named "sphinx.ext.*") or your custom
// ones.
extensions = [
    // builtin extansions
    "sphinx.ext.autodoc",
    "sphinx.ext.autosummary",
    "sphinx.ext.todo",
    "sphinx.ext.mathjax",
    "sphinx.ext.viewcode",
    "numpydoc",
    "nbsphinx",
    "sphinx_autodoc_typehints",
    "IPython.sphinxext.ipython_console_highlighting"
]

set_type_checking_flag = True
typehints_fully_qualified = False
always_document_param_types = True
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: GPflow/GPflow
Commit Name: 3e8bf1822003feaee9f4ca9e46cc06e4a81d041e
Time: 2020-02-25
Author: dutordoirv@gmail.com
File Name: doc/source/conf.py
Class Name:
Method Name:


Project Name: keunwoochoi/kapre
Commit Name: 4a5db1e518ff0743553f185afbc2efe568447f6d
Time: 2017-05-30
Author: gnuchoi+github@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: keunwoochoi/kapre
Commit Name: 2f84f3929c39532cdf406fb7f1dec89b3f40da2f
Time: 2017-04-04
Author: gnuchoi+github@gmail.com
File Name: docs/conf.py
Class Name:
Method Name: