mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
.readthedocs.yaml -> fix tab title version on dev version builds
This commit is contained in:
parent
453f676882
commit
96ce15a1e1
1 changed files with 4 additions and 5 deletions
|
|
@ -10,6 +10,10 @@ build:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- graphviz
|
- 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
|
# Build from the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
@ -21,8 +25,3 @@ python:
|
||||||
path: .
|
path: .
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
# Explicitly set the version of Python and its requirements
|
|
||||||
# python:
|
|
||||||
# install:
|
|
||||||
# - requirements: docs/requirements.txt
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue