fix missing bullets in rtd theme (#169)

This commit is contained in:
Steve AB7PA 2022-06-01 10:19:35 -07:00 committed by GitHub
parent da022115cc
commit ca6d6ea0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 = """