Skip to content

Commit

Permalink
Fix readthedocs build due to sphinx incompatibility with RTD theme (#…
Browse files Browse the repository at this point in the history
…1063)

* Fix readthedocs build due to sphinx incompatibility with RTD theme

- fix #1062
- Try @pllim's alternate suggestion
  • Loading branch information
ejeschke authored Aug 9, 2023
1 parent cf22146 commit 0c7e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ recommended =
docutils
photutils
test = attrs>=19.2.0; pytest-astropy
docs = sphinx-astropy; sphinx_rtd_theme
docs = sphinx<7.0; sphinx-astropy; sphinx_rtd_theme
gtk3 = pycairo; pygobject
qt5 = PyQt5
qt6 = PyQt6
Expand Down

0 comments on commit 0c7e215

Please sign in to comment.