2020-05-18 14:59:31 -07:00
|
|
|
version: 2
|
2021-12-22 19:58:07 -07:00
|
|
|
build:
|
2025-05-11 17:45:03 -07:00
|
|
|
os: ubuntu-24.04
|
2021-12-22 19:58:07 -07:00
|
|
|
tools:
|
2025-05-16 15:43:41 +05:30
|
|
|
python: '3.11'
|
2025-05-11 17:45:03 -07:00
|
|
|
commands:
|
2025-05-16 15:43:41 +05:30
|
|
|
- pip install sphinx sphinx-rtd-theme pallets_sphinx_themes
|
2025-05-16 15:13:22 +05:30
|
|
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|