/ .readthedocs.yaml
.readthedocs.yaml
1 version: 2 2 3 build: 4 os: ubuntu-22.04 5 tools: 6 python: "3.11" 7 8 mkdocs: 9 configuration: mkdocs.yml 10 11 python: 12 install: 13 - requirements: requirements-docs.txt 14
1 version: 2 2 3 build: 4 os: ubuntu-22.04 5 tools: 6 python: "3.11" 7 8 mkdocs: 9 configuration: mkdocs.yml 10 11 python: 12 install: 13 - requirements: requirements-docs.txt 14