Fix readthedocs build

This commit is contained in:
RichardG867
2021-11-13 00:50:50 -03:00
parent 1265883570
commit b0a6bc9136
3 changed files with 10 additions and 1 deletions

7
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: 2
formats: all
python:
install:
- requirements: requirements.txt

View File

@@ -19,7 +19,7 @@ import sphinx_rtd_theme
# -- Project information -----------------------------------------------------
project = '86Box'
copyright = '2020, 86Box Project'
copyright = '2020-2022, 86Box Project'
author = '86Box Project'

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Sphinx==4.3.0
sphinx-rtd-theme==1.0.0