summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2018-06-17 01:45:34 -0400
committerGitHub <noreply@github.com>2018-06-17 01:45:34 -0400
commit8a74a29cf5abb9b97234ac1d11225c60024cc670 (patch)
tree3a6a19c33a16d5f3168c56dfe6058574bdda1770 /doc/conf.py
parentd649e0d2a29993db3497c7582bc78d1bab3fe843 (diff)
downloadnetworkx-8a74a29cf5abb9b97234ac1d11225c60024cc670.tar.gz
Clean up doc errors and add link to home page from docs (#3018)
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 504259ca..33541eee 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -80,6 +80,8 @@ autosummary_generate = True
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['']
+suppress_warnings = ['ref.citation', 'ref.footnote']
+
# The suffix of source filenames.
source_suffix = '.rst'