.readthedocs.yaml -> fix tab title version on dev version builds

This commit is contained in:
jdegenstein 2025-10-21 09:49:24 -05:00 committed by GitHub
parent 453f676882
commit 96ce15a1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@ build:
python: "3.10"
apt_packages:
- graphviz
jobs:
post_checkout:
# necessary to ensure that the development builds get a correct version tag
- git fetch --unshallow || true
# Build from the docs/ directory with Sphinx
sphinx:
@ -21,8 +25,3 @@ python:
path: .
extra_requirements:
- docs
# Explicitly set the version of Python and its requirements
# python:
# install:
# - requirements: docs/requirements.txt