diff --git a/.readthedocs.yml b/.readthedocs.yml index 572d87c..c86c46c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,15 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: docs/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index dd5e14f..4456a6f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx==3.5.1 -sphinx_rtd_theme==0.5.1 -myst-parser==0.13.5 +sphinx~=7.2 +sphinx_rtd_theme~=2.0 +myst-parser~=2.0