JMComic-Crawler-Python/.readthedocs.yaml

16 lines
324 B
YAML

# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
mkdocs:
configuration: assets/docs/mkdocs.yml
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: assets/docs/requirements.txt