mirror of https://github.com/OpenMW/openmw.git
Fix readthedocs config
parent
8c06558cf8
commit
665d756f02
@ -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