Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent 477ad7b commit 3eb5d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
elif _version.is_devrelease:
version = release = f"{_version.base_version}.dev{_version.dev}"
is_development = _version.is_devrelease
is_release = not(_version.is_prerelease or _version.is_devrelease)
is_release = not (_version.is_prerelease or _version.is_devrelease)

project = "drms"
author = "The SunPy Community"
Expand Down Expand Up @@ -142,7 +142,7 @@
# - A RTD thing to avoid a CSRF block when docs are using a
# custom domain
hoverxref_api_host = "/_"

hoverxref_tooltip_maxwidth = 600 # RTD main window is 696px
hoverxref_auto_ref = True
hoverxref_mathjax = True
Expand Down

0 comments on commit 3eb5d84

Please sign in to comment.