mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-05 14:55:13 +02:00
Fix rtd docs (#75)
* Fix issue building docs with new urllib3 * Try to fix rtd build Signed-off-by: abigailt <abigailt@il.ibm.com>
This commit is contained in:
parent
04d8df8091
commit
44a5d2e188
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@ sphinx:
|
|||
# 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:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue