Unpin jinja and remove deprecated python version setting

This commit is contained in:
Micah Jerome Ellison 2022-03-26 11:40:14 -07:00
parent 78a55977f6
commit e337e77458
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1,2 @@
mkdocs==1.2.3 mkdocs==1.2.3
jinja<3.1.0 # https://github.com/readthedocs/readthedocs.org/issues/9037

View file

@ -17,6 +17,5 @@ formats:
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.10
install: install:
- requirements: docs_theme/requirements.txt - requirements: docs_theme/requirements.txt