diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..6f71fe0ed --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 17a686ee1..78ba8ddbf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -myst_parser -sphinx_rtd_theme>=1.2 \ No newline at end of file +myst-parser==2.0.0 +sphinx-rtd-theme>=1.2 \ No newline at end of file