Skip to content

Commit

Permalink
Fix sphinx_rtd_theme (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmansc authored Feb 22, 2024
1 parent c5c22d4 commit c3c110d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.

# html_theme = 'bizstyle'
if os.environ.get('READTHEDOCS') != 'True':
try:
import sphinx_rtd_theme
except ImportError:
pass # assume we have sphinx >= 1.3
else:
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = 'sphinx_rtd_theme'
html_theme = 'sphinx_rtd_theme'

# 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 c3c110d

Please sign in to comment.