WIKI-RTD: adjustments for mkdocs

This commit is contained in:
XargonWan 2023-11-28 16:16:34 +01:00
parent db98401f69
commit e87578175c
2 changed files with 6 additions and 5 deletions

View file

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