From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix docs build for website styles |
Date: | 2021-02-22 12:07:05 |
Message-ID: | E1lE9zV-0000fH-1o@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix docs build for website styles
Building the docs with STYLE=website referenced a stylesheet that long
longer exists on the website, since we changed it to use versioned
references.
To make it less likely for this to happen again, point to a single
stylesheet on the website which will in turn import the required one.
That puts the process entirely within the scope of the website
repository, so next time a version is switched that's the only place
changes have to be made, making them less likely to be missed.
Per (off-list) discussion with Peter Geoghegan and Jonathan Katz.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d22d0fa937616a3112f69ebd6a6ed4f039162441
Modified Files
--------------
doc/src/sgml/stylesheet.xsl | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2021-02-22 14:42:08 | pgsql: Fix typo |
Previous Message | Thomas Munro | 2021-02-22 11:28:52 | pgsql: Tab-complete CREATE COLLATION. |