Opened 14 years ago
Closed 5 years ago
#16300 closed Bug (fixed)
Poor header formatting when using "make singlehtml" on docs/
| Reported by: | Cal Leeming | Owned by: | David Smith |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
So, whilst trying to test a patch on docs (for the first time btw), I came up against a curious problem. When using make singlehtml, some of the formatting appears to go a little weird.
For example:
.. _transactions-and-raw-sql:
That should come up as a <h6>, but instead, it comes up as a <h3>, which means it loses the usual styling.
Is this a known problem/feature, or should I be avoiding singlehtml all together?
Cal
Change History (5)
comment:1 by , 14 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Bug |
comment:2 by , 11 years ago
I just built this again, and there are so many changes in the years since I can't see what section it refers to. In any case, there's nothing obviously wrong from a quick skim through. Can you confirm this is still broken?
comment:3 by , 11 years ago
| Summary: | Strange problem when using "make singlehtml" on docs/ → Poor header formatting when using "make singlehtml" on docs/ |
|---|---|
| Version: | 1.3 → master |
I am not sure if the original problem still exists, but <h5> and <h6> appear to have no formatting so they don't look like headers which is an aesthetic issue.
I confirm the problem.
I don't believe many people use
singlehtml, as the resulting file takes more than 6Mb...