Files @ 33f1faa7fe04
Branch filter:

Location: kallithea/requirements.txt

mads
setup: bump Sphinx version

Sphinx 3.0.4 doesn't version its dependencies correctly, and it fails with latest jinja 3.1.2:
ImportError: cannot import name 'environmentfilter' from 'jinja2' (.../site-packages/jinja2/__init__.py)

Latest Sphinx version supports latest Jinja version and seems to render the
documentation correctly.
1
2
3
4
# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.