| # Configuration on how ReadTheDocs (RTD) builds our documentation | |
| # ref: https://readthedocs.org/projects/jupyter-server-proxy/ | |
| # ref: https://docs.readthedocs.io/en/stable/config-file/v2.html | |
| # | |
| version: 2 | |
| sphinx: | |
| configuration: docs/source/conf.py | |
| build: | |
| os: ubuntu-22.04 | |
| tools: | |
| python: "3.11" | |
| python: | |
| install: | |
| - requirements: docs/requirements.txt | |