Skip to content

Commit

Permalink
Another attempt at fixing Sphinx (our config is ancient)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Aug 26, 2024
1 parent c26aeb0 commit 60ad869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@

# Tell Jinja2 templates the build is running on Read the Docs
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True
html_context = {"READTHEDOCS": True}

# -- Options for LaTeX output ---------------------------------------------

Expand Down

0 comments on commit 60ad869

Please sign in to comment.