1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-12 21:21:42 +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:
AnyOldName3 2021-11-02 00:09:47 +00:00 committed by psi29a
parent bac679d5f5
commit b7caf1f36e
3 changed files with 11 additions and 3 deletions

10
.readthedocs.yaml Normal file
View file

@ -0,0 +1,10 @@
version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt

View file

@ -1,2 +1,2 @@
parse_cmake
sphinx>=1.7.0
sphinx==1.8.5

View file

@ -1,2 +0,0 @@
# Don't build any extra formats
formats: []