configured readthedocs

This commit is contained in:
Tobias Wellnitz, DH1TW 2023-12-29 00:21:59 +01:00
parent b5ba291e0d
commit 27d61089a7

View file

@ -8,7 +8,7 @@ version: 2
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.12" python: "3.11"
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
sphinx: sphinx:
@ -26,6 +26,8 @@ sphinx:
# 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: docs/requirements.txt - method: setuptools
path: .
- requirements: readthedocs-pip-requirements.txt