diff --git a/readthedocs.yml b/readthedocs.yml index 2382658..8db2c01 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,7 +8,7 @@ formats: [] build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3" python: install: @@ -17,11 +17,9 @@ python: extra_requirements: - docs -# Configuration for the documentation build process (stable/latest) build: image: latest -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py fail_on_warning: true