Twiddling with RtD

This commit is contained in:
2025-09-20 23:00:49 -07:00
parent 1ff910e4d2
commit 32191791c6

View File

@@ -10,7 +10,15 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
jobs:
pre_install:
- pip install --upgrade --upgrade-strategy only-if-needed --group doc .
build:
html:
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
post_build:
- echo "Command run at 'post_build' step"
- echo `date`
# Build documentation in the docs/ directory with Sphinx
sphinx:
@@ -24,9 +32,9 @@ formats:
# extra.
#Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- doc
# python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - doc