We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7bda6 commit d7d9907Copy full SHA for d7d9907
.gitignore
@@ -47,3 +47,6 @@ htmlcov
47
48
# VSCode
49
.vscode
50
+
51
+# Sphinx
52
+_build/
docs/conf.py
@@ -40,6 +40,13 @@
40
'sphinx.ext.intersphinx',
41
]
42
43
+intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
44
45
+# http://www.sphinx-doc.org/en/master/config.html#confval-nitpicky
46
+# Sphinx will warn about all references where the target cannot be found.
+nitpicky = True
+nitpick_ignore = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
0 commit comments