Skip to content

Commit

Permalink
Fix html_theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 27, 2024
1 parent d8f8075 commit 4c51b7f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = 'sphinx_rtd_theme'

#html_theme = 'default'

Expand Down Expand Up @@ -264,4 +260,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
#intersphinx_mapping = {'http://docs.python.org/': None}

0 comments on commit 4c51b7f

Please sign in to comment.