Merge branch 'rtd' into 'master'
Fix readthedocs config See merge request OpenMW/openmw!1340 (cherry picked from commit ade3c2c61b29665abfa7562e96ee157c83a89def) 665d756f Fix readthedocs configpull/593/head
parent
bac679d5f5
commit
b7caf1f36e
@ -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 New Issue