mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
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")
This commit is contained in:
parent
17e09df050
commit
23839305d8
2 changed files with 1 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
mkdocs==1.2.3
|
||||
jinja2==3.0.3 # https://github.com/readthedocs/readthedocs.org/issues/9037
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue