#5466 closed defect (fixed)
Turn off doc checks on translations that are far from done
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
woodie is taking a really long time on docs. Most of the time is doing check-xml.
Each check-xml run takes 5-6 minutes to run.
I'd like to turn them all off except for ja, fr, and de.
The other languages are too far from being completely translated to care about at this time.
Change History (5)
comment:1 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 15 months ago
The docs.yml content after the DO NOT EDIT
line is generated from .woodpecker/update-docs-localized.sh so that's where laguages should be skipped, if at all.
The conditionals should result in ONLY building the localized languages that are actually translated so it shoudln't be a huge deal to keep them all.
See https://git.osgeo.org/gitea/postgis/postgis/pulls/135 for how languages could be skip, if there's a compelling reason to do so
In 120e8232/git: