From be55657a360a87437ff45a092c272e354cf855da Mon Sep 17 00:00:00 2001 From: Peter Morihladko Date: Sat, 30 Sep 2023 00:58:33 +0200 Subject: [PATCH] FIX readthedocs build --- .readthedocs.yaml | 4 +--- docs/requirements_readthedocs.txt | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 docs/requirements_readthedocs.txt 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