8 lines
243 B
YAML
8 lines
243 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: '3.11' # safer stable version
|
|
commands:
|
|
- pip install -r requirements.txt # if you have a requirements file for docs
|
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|