diff --git a/.readthedocs.yml b/.readthedocs.yml index 59b1133..8bec8b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,13 @@ +version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py python: - version: 3.6 - setup_py_install: true - pip_install: true - extra_requirements: - - docs + install: + - path: .