From ca6d6ea0f4311502c1d39bb412e6a6e97531eb0e Mon Sep 17 00:00:00 2001 From: Steve AB7PA <69524416+ab7pa@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:19:35 -0700 Subject: [PATCH] fix missing bullets in rtd theme (#169) --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 4637fdd..fd10c12 100644 --- a/conf.py +++ b/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 = """