forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit317906f
committed
Recreate website's formatting for "website" doc builds.
The stylesheets used for the HTML documentation rendered onpostgresql.org have shifted, and no longer matched what was expected by"make STYLE=website html" builds performed locally. Local doc buildsdid not reflect other aspects of the website, including font andmargins.This patch updates the references to use the current set of stylesheetsthat are used by the documentation on postgresql.org. This also wrapsthe documentation preview in a HTML container so it can keep the contentwithin similar margins to those found on the website.The documentation on building the docs is updated to reflect thischange, and to let the documentation builder know that an externalnetwork connection is required to properly preview documentation builtwith "make STYLE=website html" (which was true prior to this patch too,but not mentioned).Author: Jonathan KatzReported-By: Tom LaneDiscussion:https://postgr.es/m/1375.1581446233@sss.pgh.pa.us1 parent751c63c commit317906f
File tree
3 files changed
+21
-1
lines changed- doc/src/sgml
3 files changed
+21
-1
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
279 | 286 |
| |
280 | 287 |
| |
281 | 288 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 |
| |
22 | 30 |
| |
23 | 31 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
|
0 commit comments
Comments
(0)