2018-12-28 13:11:22 +00:00
|
|
|
# .readthedocs.yml
|
2023-08-23 05:07:42 +00:00
|
|
|
version: 2
|
2018-12-28 13:11:22 +00:00
|
|
|
|
|
|
|
build:
|
2023-08-23 05:07:42 +00:00
|
|
|
os: "ubuntu-22.04"
|
|
|
|
tools:
|
|
|
|
python: "3.11"
|
2024-04-03 17:03:33 +00:00
|
|
|
commands:
|
|
|
|
- pip install --no-cache-dir -r docs/requirements-docs.txt
|
|
|
|
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
|
2018-12-28 13:11:22 +00:00
|
|
|
|
|
|
|
python:
|
2023-08-23 05:07:42 +00:00
|
|
|
install:
|
2023-08-23 05:09:27 +00:00
|
|
|
- requirements: docs/requirements-docs.txt
|
2023-08-23 05:12:14 +00:00
|
|
|
|
|
|
|
mkdocs:
|
|
|
|
configuration: mkdocs.yml
|