diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-24 10:57:31 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-24 10:58:29 +0200 |
commit | 9e4cb9be45d360a2ac326a004dd465da10b1d17a (patch) | |
tree | 038ec42b223957ba1b5433abe7031c8eebdd2a92 /.readthedocs.yml | |
parent | 13769079d4c3bd908b34edb78a006eab5739c9d6 (diff) |
Remove version for python from .readthedocs.yml
This moved up into the os section.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3a2fb9ec8740516cb13ffadcb54f85ec6c3f9148
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 5c88771..c6b9e3d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 |