Skip to content

Commit

Permalink
Remove recently added code to see if we truly need it
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyanndavis committed Oct 8, 2024
1 parent 0f45a5c commit 28b9c3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/api-docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@

import sphinx_rtd_theme

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

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinx_rtd_theme'
Expand Down

0 comments on commit 28b9c3d

Please sign in to comment.