fix missing bullets in rtd theme (#169)
This commit is contained in:
parent
da022115cc
commit
ca6d6ea0f4
3
conf.py
3
conf.py
|
@ -15,7 +15,7 @@
|
|||
# import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
import sphinx_rtd_theme
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
@ -39,6 +39,7 @@ needs_sphinx = '4.4'
|
|||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx_rtd_theme',
|
||||
]
|
||||
|
||||
rst_epilog = """
|
||||
|
|
Loading…
Reference in New Issue