ai-privacy-toolkit/.readthedocs.yaml
abigailgold f2f8ddc877
Fix rtd docs (#75)
* Fix issue building docs with new urllib3
* Try to fix rtd build

Signed-off-by: abigailt <abigailt@il.ibm.com>
2023-05-09 13:30:28 +03:00

22 lines
No EOL
511 B
YAML

# .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:
configuration: docs/conf.py
# 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"
python:
install:
- requirements: requirements.txt