Spaces:
Running
Running
| # .readthedocs.yaml | |
| version: 2 | |
| build: | |
| os: ubuntu-22.04 | |
| tools: | |
| python: "3.10" | |
| sphinx: | |
| configuration: docs/conf.py | |
| python: | |
| install: | |
| - method: pip | |
| # Install the main project code (required for autodoc) | |
| path: . | |
| - requirements: docs/requirements.txt |