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