Skip to content

Commit

Permalink
🚀🚀🎭
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-quirks committed Mar 29, 2022
1 parent 45b560d commit 35f8505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.graphviz"] # "secretum_sphinx_theme", "myst_parser"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.graphviz", "secretum_sphinx_theme", "myst_parser"]

# Add any paths that contain templates here, relative to this directory.
# templates_path = ["_templates"]
Expand Down Expand Up @@ -102,15 +102,15 @@
on_rtd = os.environ.get("READTHEDOCS", None) == "True"

if on_rtd:
html_theme = "furo" #"default"
html_theme = "default"
else:
try:
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
html_theme = "furo" #"pyramid"
html_theme = "pyramid"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 35f8505

Please sign in to comment.