diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..6b21642 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 +sphinx: + configuration: docs/source/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index c8f7295..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -sphinx: - configuration: docs/source/conf.py -python: - version: "3.7" - install: - - requirements: docs/requirements.txt