diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86d61526..02377793 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation with Sphinx sphinx: configuration: docs/source/conf.py @@ -12,6 +17,5 @@ sphinx: fail_on_warning: false python: - version: "3.8" install: - requirements: docs/readthedocs-requirements.txt diff --git a/docs/readthedocs-requirements.txt b/docs/readthedocs-requirements.txt index e2c1583d..b672810f 100644 --- a/docs/readthedocs-requirements.txt +++ b/docs/readthedocs-requirements.txt @@ -5,3 +5,4 @@ sphinx-rtd-theme==1.0.0 sphinx-autoapi==1.8.4 ipython==8.10.0 sphinx-copybutton==0.4.0 +