mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-24 20:36:21 +02:00
* Fix issue building docs with new urllib3 * Try to fix rtd build Signed-off-by: abigailt <abigailt@il.ibm.com>
22 lines
No EOL
511 B
YAML
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 |