jrnl/docs_theme/requirements.txt
Micah Jerome Ellison 23839305d8
Pin jinja2 in docs requirements to keep readthedocs builds from failing (#1439)
* Attempt to pin jinja requirement to keep readthedocs from failing
* Change read the docs Python version from 3.7 to 3.10
* Unpin jinja and remove deprecated python version setting
* Try pinning to jinja 3.0.3
* Fix "jinja2" (instead of "jinja")
2022-03-26 11:48:41 -07:00

2 lines
89 B
Text

mkdocs==1.2.3
jinja2==3.0.3 # https://github.com/readthedocs/readthedocs.org/issues/9037