mirror of
https://github.com/86Box/docs.git
synced 2026-02-21 17:15:33 -07:00
Fix readthedocs build
This commit is contained in:
7
.readthedocs.yaml
Normal file
7
.readthedocs.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
2
conf.py
2
conf.py
@@ -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
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Sphinx==4.3.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
Reference in New Issue
Block a user