mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 16:41:38 +00:00
Merge branch 'rtdfix' into 'master'
Fix Read The Docs build See merge request OpenMW/openmw!3517
This commit is contained in:
commit
3b6211ec4f
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/source/conf.py
|
||||||
|
|
||||||
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 a new issue