Revert "Stop specifying OS version in our RTD config"

Had it backwards, the problem is with Drutopia under-specifying so the
simple way that used to work no longer does.  Ridiculous that
ReadTheDocs makes us specify the build operating system as if we
flipping care 99% of the time.

This reverts commit 6611ee36a1.
This commit is contained in:
benjamin melançon 2023-11-14 18:47:09 -05:00
parent 6611ee36a1
commit b9a41bdf06

View file

@ -1,7 +1,11 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: conf.py
python:
version: 3
install:
- requirements: requirements.txt