From e5f77afcce63fde6c75e68a3e66af93e13099e7b Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Thu, 11 May 2023 08:21:19 +0100 Subject: [PATCH] updates .readthedocs.yaml with differnt way to setup python version (#216 #217) --- .readthedocs.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a5687b41..8d045d96 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,17 +5,12 @@ # Required version: 2 -# Set the version of Python and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: 3.8 - # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Optionally declare the Python requirements required to build your docs python: - install: - - requirements: requirements-docs.txt \ No newline at end of file + version: 3.8 + install: + - requirements: requirements-docs.txt \ No newline at end of file