ai-privacy-toolkit/.readthedocs.yaml

22 lines
511 B
YAML
Raw Normal View History

2021-06-07 16:22:34 +03:00
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
2021-06-07 17:01:21 +03:00
configuration: docs/conf.py
2021-06-07 16:22:34 +03:00
# Optionally build your docs in additional formats such as PDF
# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.8"
2021-06-07 16:22:34 +03:00
python:
install:
2021-06-07 16:53:34 +03:00
- requirements: requirements.txt