diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1d35c93..7bfd348 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,4 @@ sphinx: python: install: - requirements: docs/requirements.txt - # downgrade Jinja as Flask 2.3 has a higher requirement - - method: pip - path: Jinja2==3.0.3 + - requirements: docs/requirements_readthedocs.txt diff --git a/docs/requirements_readthedocs.txt b/docs/requirements_readthedocs.txt new file mode 100644 index 0000000..ed9eb17 --- /dev/null +++ b/docs/requirements_readthedocs.txt @@ -0,0 +1,2 @@ +# downgrade Jinja as Flask 2.3 from ZSL has a higher requirement +Jinja2==3.0.3 \ No newline at end of file