flask/.readthedocs.yaml

8 lines
201 B
YAML

version: 2
build:
os: ubuntu-24.04
tools:
python: '3.11'
commands:
- pip install sphinx sphinx-rtd-theme pallets_sphinx_themes
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html