Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGriffiths authored Aug 1, 2024
1 parent e232dc8 commit edc6078
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ def is_development_build():
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
}

html_theme = 'sphinx_rtd_theme'
#html_theme_options = {
# 'logo_only': False,#True,
# 'navigation_depth': 5,
#}
html_theme = 'pydata_sphinx_theme'
html_theme_options = {
'logo_only': False,#True,
'navigation_depth': 5,
}
html_context = {}

if not 'READTHEDOCS' in os.environ:
Expand Down

0 comments on commit edc6078

Please sign in to comment.