#5430 closed defect (fixed)
Have non-chunked translation of english generated as part of debbie's runs
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | documentation | Version: | 3.3.x |
Keywords: | Cc: |
Description
Somewhat related to #5429. This is to also generate the non-chunked version of the docs for english (in addition to the chunked we do).
So like we have https://postgis.net/docs/manual-3.4/postgis-ja.html
we'd also have a https://postgis.net/docs/manual-3.4/postgis-en.html
Change History (5)
comment:1 by , 16 months ago
comment:2 by , 16 months ago
I believe the file to change to tweak that is ci/debbie/postgis_release_docs.sh
comment:3 by , 16 months ago
One of the things that ci/debbie/postgis_release_docs.sh does is create a doc-html-$(VERSION).tar.gz package which currently contains non-chunked localized html files and chunked english-only file. Is it intentional for that package to contain all languages ?
comment:4 by , 16 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is now working: https://postgis.net/docs/manual-3.4/postgis-en.html
comment:5 by , 16 months ago
Milestone: | PostGIS 3.5.0 → PostGIS 3.4.0 |
---|
In 578f3f9/git: