diff --git a/readthedocs.yml b/readthedocs.yml index 5965595..18498d4 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,10 +1,20 @@ +# Required +version: 2 + +# Set OS, python versions +build: + os: ubuntu-22.04 + tools: + python: "3.12" + conda: file: docs/docenvironment.yml -python: - version: 3.12 - install: - - method: setuptools - path: package + +#python: +# version: 3.12 +# install: +# - method: setuptools +# path: package sphinx: fail_on_warning: False configuration: docs/conf.py \ No newline at end of file