diff --git a/readthedocs.yaml b/readthedocs.yaml index 87a69f5..e1d3d1e 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -8,11 +8,10 @@ version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 - tools: - python: "3.10" - install: - - method: pip - path: . + python: "3.10" + install: + - method: pip + path: . # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py