Merge branch 'feat/wiki-rtd' of https://github.com/XargonWan/RetroDECK into feat/wiki-rtd

This commit is contained in:
Lazorne 2023-11-28 16:18:35 +01:00
commit 569d180e65
2 changed files with 6 additions and 5 deletions

View file

@ -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