Skip to content
Snippets Groups Projects
Commit 610dfd7c authored by Brandon S. Allbery's avatar Brandon S. Allbery Committed by Mergify
Browse files

Update RTD config for build.os config change (#9272)

* Update RTD config for build.os config change

See https://blog.readthedocs.com/use-build-os-config/ for details. We are in a temporary brownout with the old config key disabled, so RTD builds will be failing for the next few hours; but the change will become permanent next month.

* Remove old python version key

It's now in the build section.

* Downgrade Python back to 3.8

Otherwise need to update requirements.txt, which is beyond my pay grade.

(cherry picked from commit bc0c7805)

# Conflicts:
#	.readthedocs.yml
parent 720b6b1a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,15 @@ version: 2
sphinx:
configuration: doc/conf.py
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python:
<<<<<<< HEAD
version: 3.7
=======
>>>>>>> bc0c78058 (Update RTD config for build.os config change (#9272))
install:
- requirements: doc/requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment