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"
|
# golang: "1.19"
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
mkdocs:
|
||||||
configuration: wiki-rtd/conf.py
|
configuration: wiki-rtd/mkdocs.yml
|
||||||
|
fail_on_warning: false
|
||||||
|
|
||||||
# Optionally build your docs in additional formats such as PDF and ePub
|
# Optionally build your docs in additional formats such as PDF and ePub
|
||||||
formats:
|
formats:
|
||||||
|
@ -26,6 +27,6 @@ formats:
|
||||||
# Optional but recommended, declare the Python requirements required
|
# Optional but recommended, declare the Python requirements required
|
||||||
# to build your documentation
|
# to build your documentation
|
||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
python:
|
# python:
|
||||||
install:
|
# install:
|
||||||
- requirements: wiki-rtd/requirements.txt
|
# - requirements: wiki-rtd/requirements.txt
|
Loading…
Reference in a new issue