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: microsoft/nni
Commit Name: 5bf5e46c69328444ac777cabd8ddf5b412230771
Time: 2020-12-09
Author: Yuge.Zhang@microsoft.com
File Name: docs/en_US/conf.py
Class Name:
Method Name:


Project Name: microsoft/nni
Commit Name: 25db55caee4325b3b8ad3e3b48de76f349beeae6
Time: 2021-01-04
Author: 48014605+kvartet@users.noreply.github.com
File Name: docs/zh_CN/conf.py
Class Name:
Method Name: