Remove version for python from .readthedocs.yml
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Oct 2023 08:57:31 +0000 (10:57 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Oct 2023 08:58:29 +0000 (10:58 +0200)
This moved up into the os section.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3a2fb9ec8740516cb13ffadcb54f85ec6c3f9148

.readthedocs.yml

index 5c88771..c6b9e3d 100644 (file)
@@ -20,6 +20,5 @@ formats:
 
 # Optionally set the version of Python and requirements required to build your docs
 python:
-  version: 3.7
   install:
     - requirements: requirements.txt
\ No newline at end of file