From 44a5d2e188f1398eed326668e33e2932a5cd4985 Mon Sep 17 00:00:00 2001 From: abigailgold <57357634+abigailgold@users.noreply.github.com> Date: Tue, 9 May 2023 13:30:28 +0300 Subject: [PATCH] Fix rtd docs (#75) * Fix issue building docs with new urllib3 * Try to fix rtd build Signed-off-by: abigailt --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 53a12db..d03da5e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 \ No newline at end of file