mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 15:15:38 +00:00
Merge branch 'feat/wiki-rtd' of https://github.com/XargonWan/RetroDECK into feat/wiki-rtd
This commit is contained in:
commit
569d180e65
|
@ -15,8 +15,9 @@ build:
|
|||
# golang: "1.19"
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
configuration: wiki-rtd/conf.py
|
||||
mkdocs:
|
||||
configuration: wiki-rtd/mkdocs.yml
|
||||
fail_on_warning: false
|
||||
|
||||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
|
@ -26,6 +27,6 @@ formats:
|
|||
# Optional but recommended, declare the Python requirements required
|
||||
# to build your documentation
|
||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||
python:
|
||||
install:
|
||||
- requirements: wiki-rtd/requirements.txt
|
||||
# python:
|
||||
# install:
|
||||
# - requirements: wiki-rtd/requirements.txt
|
Loading…
Reference in a new issue