Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jul 18, 2024
1 parent 84e46c4 commit 2260b25
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 @@ -9,7 +9,7 @@
# Support canonical URL
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True
html_context = {"READTHEDOCS", True}

extensions = [
"sphinx.ext.autodoc",
Expand Down

0 comments on commit 2260b25

Please sign in to comment.