Skip to content

Commit

Permalink
docs: Don't import sphinx_rtd_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb authored Feb 21, 2024
1 parent ca8b03a commit 4a798e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_rtd_theme
#import sphinx_rtd_theme

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -140,7 +140,7 @@

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
Expand Down

0 comments on commit 4a798e4

Please sign in to comment.