mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 17:56:35 +00:00
Merge branch 'rtd' into 'master'
Fix readthedocs config See merge request OpenMW/openmw!1340 (cherry picked from commit ade3c2c61b29665abfa7562e96ee157c83a89def) 665d756f Fix readthedocs config
This commit is contained in:
parent
bac679d5f5
commit
b7caf1f36e
3 changed files with 11 additions and 3 deletions
10
.readthedocs.yaml
Normal file
10
.readthedocs.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/source/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: 3.8
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
parse_cmake
|
parse_cmake
|
||||||
sphinx>=1.7.0
|
sphinx==1.8.5
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Don't build any extra formats
|
|
||||||
formats: []
|
|
Loading…
Reference in a new issue