Custom CSS seems to [have broken in Sphinx 4](https://github.com/sphinx-doc/sphinx/issues/2442). Guessing readthedocs.io or their package repository upgraded the default version of Sphinx to 4 and that caused our builds to start breaking. They [recommend pinning dependencies](https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies), let's do that here for Sphinx!
4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
six
|
|
sphinx==3.5.4
|
|
sphinx-markdown-tables
|