diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..dcc7f503ea --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + fail_on_warning: true + +python: + install: + - requirements: requirements/docs.txt diff --git a/docs/requirements.readthedocs.txt b/docs/requirements.readthedocs.txt deleted file mode 120000 index e287f2474b..0000000000 --- a/docs/requirements.readthedocs.txt +++ /dev/null @@ -1 +0,0 @@ -../requirements/docs.txt \ No newline at end of file