diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..a479393 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3" + +python: + install: + - method: pip + path: . + extra_requirements: + - complete + - docs + +sphinx: + configuration: docs/conf.py diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index b752bb3..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -python: - version: 3 - pip_install: true - extra_requirements: - - docs