1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-19 03:39:58 +00:00

Fix readthedocs config

This commit is contained in:
Petr Mikheev 2021-11-02 00:05:22 +01:00
parent 8c06558cf8
commit 665d756f02
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 parse_cmake
sphinx>=1.7.0 sphinx==1.8.5

View File

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