Skip to content

Commit e514193

Browse files
committed
Update documentation conf.
1 parent 78207af commit e514193

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
copyright = u"""2014, Sandia Corporation. Under the terms of Contract
2424
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain
2525
rights in this software"""
26-
author = 'Timothy M. Shead'
26+
author = "Timothy M. Shead"
2727

2828
# The full version, including alpha/beta/rc tags
2929
import toyplot
@@ -48,8 +48,6 @@
4848
"sphinx_rtd_theme",
4949
]
5050

51-
#napoleon_use_param = False
52-
5351
intersphinx_mapping = {
5452
"arrow": ("http://arrow.readthedocs.io/en/latest", "arrow.inv"),
5553
"numpy": ("http://docs.scipy.org/doc/numpy-1.13.0", "numpy.inv"),
@@ -58,21 +56,23 @@
5856
"PIL": ("http://pillow.readthedocs.io/en/3.2.x", "pillow.inv"),
5957
}
6058

59+
tls_verify = False
60+
6161
# Add any paths that contain templates here, relative to this directory.
62-
templates_path = ['_templates']
62+
templates_path = ["_templates"]
6363

6464
# The master toctree document.
6565
master_doc = "index"
6666

6767
# List of patterns, relative to source directory, that match files and
6868
# directories to ignore when looking for source files.
6969
# This pattern also affects html_static_path and html_extra_path.
70-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
70+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
7171

7272

7373
# -- nbsphinx options --------------------------------------------------------
7474

75-
nbsphinx_execute = "never" if "READTHEDOCS" in os.environ else "always"
75+
nbsphinx_execute = "never"
7676

7777
nbsphinx_prolog = """
7878
.. raw:: html
@@ -90,13 +90,13 @@
9090

9191
# The theme to use for HTML and HTML Help pages. See the documentation for
9292
# a list of builtin themes.
93-
#
94-
html_theme = 'sphinx_rtd_theme'
93+
94+
html_theme = "sphinx_rtd_theme"
9595

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

101101
def warn_undocumented_members(app, what, name, obj, options, lines):
102102
if what not in [] and len(lines) == 0:

0 commit comments

Comments
 (0)