Skip to content

Commit

Permalink
Attempt at fixing theme on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed Aug 31, 2023
1 parent b8185cf commit c5d563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def setup(app):
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

if not on_rtd: # only import and set the theme if we're building docs locally
if True or not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
Expand Down

0 comments on commit c5d563e

Please sign in to comment.