diff --git a/docs_theme/requirements.txt b/docs_theme/requirements.txt index 13b403a4..c71b3b55 100644 --- a/docs_theme/requirements.txt +++ b/docs_theme/requirements.txt @@ -1,2 +1,2 @@ mkdocs==1.2.3 -jinja<3.1.0 # https://github.com/readthedocs/readthedocs.org/issues/9037 + diff --git a/readthedocs.yml b/readthedocs.yml index 1a331bc5..60d14db0 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -17,6 +17,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.10 install: - requirements: docs_theme/requirements.txt