Skip to content

Commit

Permalink
Remove some deprecated docs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 27, 2024
1 parent e063d01 commit 6d6e821
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
html_theme = 'default'
else:
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 Expand Up @@ -188,7 +187,6 @@
try:
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
# The sphinx-rtd-theme package is not installed, so to the default
pass
Expand Down

0 comments on commit 6d6e821

Please sign in to comment.