diff --git a/.readthedocs.yml b/.readthedocs.yml index 01dce747..5541f991 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,20 +5,16 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF and ePub -#formats: -# - pdf - # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt diff --git a/devtools/requirements.txt b/devtools/requirements.txt index 679e2bc9..ffa470fd 100644 --- a/devtools/requirements.txt +++ b/devtools/requirements.txt @@ -1,3 +1,3 @@ -Jinja2==3.1.2 +Jinja2==3.1.3 pydantic==2.1.1 PyYAML==6.0