docs/.readthedocs.yaml

16 lines
190 B
YAML
Raw Normal View History

2023-09-15 11:47:15 -04:00
---
version: 2
build:
2023-09-15 12:06:22 -04:00
os: 'ubuntu-22.04'
2023-09-15 11:54:23 -04:00
tools:
2023-09-15 11:57:54 -04:00
python: '3.9'
2023-09-15 12:02:16 -04:00
2023-09-15 11:47:15 -04:00
mkdocs:
2023-09-15 11:49:24 -04:00
configuration: mkdocs.yml
fail_on_warning: false
2023-09-15 12:10:01 -04:00
python:
install:
- requirements: requirements.txt