Skip to content

Commit

Permalink
update for latest sphinx rtd theme release (#1368)
Browse files Browse the repository at this point in the history
* update for latest sphinx rtd theme release

* Update conf.py
  • Loading branch information
alex authored Oct 8, 2024
1 parent 6502a0e commit 5c62250
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import re
import sys

import sphinx_rtd_theme

HERE = os.path.abspath(os.path.dirname(__file__))


Expand Down Expand Up @@ -132,7 +130,6 @@ def find_version(*file_paths):
html_context["READTHEDOCS"] = True

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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 5c62250

Please sign in to comment.