diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 416e26bf..bc463c39 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.11" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" diff --git a/docs/requirements.txt b/docs/requirements.txt index 97456aaf..f941a2af 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,11 +1,11 @@ # File: requirements.txt # Defining the exact version will make sure things don't break -sphinx==4.2.0 -sphinx_rtd_theme==1.0.0 -readthedocs-sphinx-search==0.1.0 -rstcheck==3.3.1 -myst-parser==0.16.1 -linkify-it-py==1.0.3 -esbonio==0.13.0 -attrs==21.4.0 +sphinx==6.2.1 +sphinx_rtd_theme==1.2.0 +readthedocs-sphinx-search==0.3.2 +rstcheck==6.1.1 +myst-parser==1.0.0 +linkify-it-py==2.0.0 +esbonio==0.16.0 +attrs==22.2.0 \ No newline at end of file