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:
parent
282f283f48
commit
92a80fa5c9
1 changed files with 1 additions and 0 deletions
1
conf.py
1
conf.py
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue