mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +00:00
WIKI-RTD: adjustments for mkdocs
This commit is contained in:
parent
db98401f69
commit
e87578175c
|
@ -15,8 +15,9 @@ build:
|
|||
# golang: "1.19"
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
configuration: wiki-rtd/conf.py
|
||||
mkdocs:
|
||||
configuration: 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