8 lines
175 B
YAML
8 lines
175 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: '3.11'
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|