From eb88afd7ba0d0572e3d62e9d476f40a5611c50bf Mon Sep 17 00:00:00 2001 From: Alexey Rivkin Date: Tue, 9 May 2023 13:18:02 +0300 Subject: [PATCH] DOCS: bump up the Python ver --- .readthedocs.yaml | 2 +- docs/.readthedoc.requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 80ab94dc639..2dad8585c01 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.8 install: - requirements: docs/.readthedoc.requirements.txt diff --git a/docs/.readthedoc.requirements.txt b/docs/.readthedoc.requirements.txt index 793662ff044..656cd18691f 100644 --- a/docs/.readthedoc.requirements.txt +++ b/docs/.readthedoc.requirements.txt @@ -1,3 +1,4 @@ breathe==4.30.0 sphinx==4.0.2 sphinx_rtd_theme==0.5.2 +urllib3<2.0