Skip to content

Commit

Permalink
WIP PyData Sphinx Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 24, 2024
1 parent 0d8b501 commit cb6d654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@
# 'root_include_title': False, # We use the version switcher instead.
}

if os.getenv("READTHEDOCS"):
html_theme_options["hosted_on"] = (
'<a href="https://about.readthedocs.com/">Read the Docs</a>'
)
# if os.getenv("READTHEDOCS"):
# html_theme_options["hosted_on"] = (
# '<a href="https://about.readthedocs.com/">Read the Docs</a>'
# )

# Override stylesheet fingerprinting for Windows CHM htmlhelp to fix GH-91207
# https://github.com/python/cpython/issues/91207
Expand Down

0 comments on commit cb6d654

Please sign in to comment.