Try adding explicit mention of sphinx rtd theme

Per https://stackoverflow.com/questions/67542699/readthedocs-sphinx-not-rendering-bullet-list-from-rst-file
This commit is contained in:
benjamin melançon 2022-02-09 23:38:37 -05:00
parent 282f283f48
commit 92a80fa5c9

View file

@ -43,6 +43,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx.ext.todo',
'sphinx_rtd_theme',
]
# Add any paths that contain templates here, relative to this directory.