From 79938f2db3cc338c5c05d417c988525a316182ae Mon Sep 17 00:00:00 2001 From: Mathieu <80390413+mccoderpy@users.noreply.github.com> Date: Sat, 6 May 2023 01:53:26 +0200 Subject: [PATCH] core(docs): Fix doc-build failing due to an issue with urllib https://github.com/readthedocs/readthedocs.org/issues/10290 Signed-off-by: Mathieu <80390413+mccoderpy@users.noreply.github.com> --- readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 583eede8..64beb8f7 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -12,6 +12,5 @@ sphinx: configuration: docs/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt