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 72ed68f commit c37f7fcCopy full SHA for c37f7fc
docs/conf.py
@@ -36,9 +36,10 @@
36
'sphinx.ext.todo',
37
'sphinx.ext.coverage',
38
'sphinx.ext.viewcode',
39
- 'sphinx.ext.githubpages',
40
'sphinx.ext.napoleon'
41
]
+# Removed: 'sphinx.ext.githubpages',
42
+# Causing build errors on readthedocs.org
43
44
# Add any paths that contain templates here, relative to this directory.
45
templates_path = ['_templates']
0 commit comments