diff --git a/.readthedocs.yml b/.readthedocs.yml index a2da36620..91102a7de 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,9 @@ - # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -13,6 +16,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: requirements/requirements-readthedocs.txt diff --git a/requirements/requirements-readthedocs.txt b/requirements/requirements-readthedocs.txt index fcd0ec5a9..1a2ad1861 100644 --- a/requirements/requirements-readthedocs.txt +++ b/requirements/requirements-readthedocs.txt @@ -4,6 +4,8 @@ hjson packaging psutil py-cpuinfo -pydantic +pydantic<2.0.0 +recommonmark +sphinx_rtd_theme torch tqdm