Skip to content

Commit c37f7fc

Browse files
committed
Remove sphinx.ext.githubpages from conf.py
Causing build errors on readthedocs.org
1 parent 72ed68f commit c37f7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
'sphinx.ext.todo',
3737
'sphinx.ext.coverage',
3838
'sphinx.ext.viewcode',
39-
'sphinx.ext.githubpages',
4039
'sphinx.ext.napoleon'
4140
]
41+
# Removed: 'sphinx.ext.githubpages',
42+
# Causing build errors on readthedocs.org
4243

4344
# Add any paths that contain templates here, relative to this directory.
4445
templates_path = ['_templates']

0 commit comments

Comments
 (0)