Initializing ReadTheDocs [skip ci]

This commit is contained in:
XargonWan 2023-08-28 17:23:48 +02:00
parent ef9cc50d76
commit 4ea537cd9e
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
sphinx: sphinx:
configuration: readthedocs/conf.py configuration: docs/conf.py
# 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:
@ -28,4 +28,4 @@ formats:
# 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: readthedocs/requirements.txt - requirements: docs/requirements.txt