Skip to content

Commit

Permalink
Fixing up unnecessary docs import causing docs rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Jul 4, 2024
1 parent af99c13 commit bc2967a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
sys.path.insert(0, os.path.abspath('../..'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'seshat.settings.base'

import sphinx_rtd_theme

import seshat

Expand All @@ -36,7 +35,6 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
# "sphinx_rtd_theme",
"myst_parser",
"autoapi.extension",
"sphinx_copybutton",
Expand Down Expand Up @@ -106,10 +104,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_book_theme"

# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ["_static"]

html_theme_options = {
"use_download_button": True,
}
Expand Down

0 comments on commit bc2967a

Please sign in to comment.