Skip to content

Commit

Permalink
do not install sphinx 6.x
Browse files Browse the repository at this point in the history
The pydata theme we are using seems to be incompatible with sphinx 6.x
which was released recently. We prevent this version from being
installed for the time being. The error produced with sphinx 6.x is
below and is related to
pydata/pydata-sphinx-theme#1094.

This has been fixed in pydata-sphinx-theme but has not been released
yet. The fix should be part of the next release 0.13.

```
Theme error:
An error happened in rendering the page api.
Reason: UndefinedError("'logo' is undefined")
make: *** [Makefile:20: html] Error 2
```
  • Loading branch information
kaczmarj committed Jan 19, 2023
1 parent c92634f commit ce889be
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 @@ -50,7 +50,7 @@ dev =
pytest-reportlog >= 0.1.2
pytest-xdist >= 2.2.0
docs =
sphinx >= 3.4
sphinx >= 3.4, !=6.*
pydata-sphinx-theme
sphinxcontrib.apidoc >= 0.3
all =
Expand Down

0 comments on commit ce889be

Please sign in to comment.