8 lines
203 B
YAML
8 lines
203 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: '3.11' # safer stable version
|
|
commands:
|
|
- pip install sphinx sphinx-rtd-theme
|
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|