Skip to content

Commit ce889be

Browse files
committed
do not install sphinx 6.x
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 ```
1 parent c92634f commit ce889be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev =
5050
pytest-reportlog >= 0.1.2
5151
pytest-xdist >= 2.2.0
5252
docs =
53-
sphinx >= 3.4
53+
sphinx >= 3.4, !=6.*
5454
pydata-sphinx-theme
5555
sphinxcontrib.apidoc >= 0.3
5656
all =

0 commit comments

Comments
 (0)