mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
configured readthedocs
This commit is contained in:
parent
b5ba291e0d
commit
27d61089a7
|
|
@ -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
|
||||||
Loading…
Reference in a new issue