Merge pull request #2899 from freifunk-gluon/readthedocs-yaml
readthedocs: specify build-container
This commit is contained in:
commit
02878ee083
@ -11,6 +11,10 @@ sphinx:
|
|||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user