summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-07-05 15:43:43 -0700
committerGitHub <noreply@github.com>2020-07-05 15:43:43 -0700
commitc07bc09e8c9f698c8e8f0a500399272d807bb4c6 (patch)
treecf040dca14a9809f4aef24a451063824c43a979a /doc/conf.py
parent289f4eb8bd9b6e92ab06a7274cdbbe7e06fbf58d (diff)
downloadnetworkx-c07bc09e8c9f698c8e8f0a500399272d807bb4c6.tar.gz
Add URLs/banner/titlebar to documentation (#4044)
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 43bc35e6..4c8724ba 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -55,7 +55,7 @@ sphinx_gallery_conf = {
autosummary_generate = True
# Add any paths that contain templates here, relative to this directory.
-# templates_path = ['']
+templates_path = ['_templates']
suppress_warnings = ["ref.citation", "ref.footnote"]