Skip to content

Commit 50bdb88

Browse files
committed
Remove sphinx_rtd_theme from list of extensions
When it was in the list of extensions, I got this warning when building documentation: WARNING: extension 'sphinx_rtd_theme' has no setup() function; is it really a Sphinx extension module? I'm thinking that we're using an older version of sphinx_rtd_theme that doesn't support this. From the documentation, I see: Adding this theme as an extension is what enables localization of theme strings in your translated output. If these strings are not translated in your output, either we lack the localized strings for your locale, or you are using an old version of the theme.
1 parent 0307839 commit 50bdb88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
'sphinx.ext.autosummary',
4242
'sphinx.ext.viewcode',
4343
'sphinx.ext.todo',
44-
'sphinx_rtd_theme',
4544
'sphinxcontrib.programoutput'
4645
]
4746
todo_include_todos=True

0 commit comments

Comments
 (0)