From 6819e1caeb6dae24e5496ab21955b7456ec7774a Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Thu, 20 Jun 2024 14:04:43 -0400 Subject: [PATCH] Add changelog entry for new technote layout --- changelog.d/20240620_135505_jsick_DM_44542.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 changelog.d/20240620_135505_jsick_DM_44542.md diff --git a/changelog.d/20240620_135505_jsick_DM_44542.md b/changelog.d/20240620_135505_jsick_DM_44542.md new file mode 100644 index 0000000..625eaae --- /dev/null +++ b/changelog.d/20240620_135505_jsick_DM_44542.md @@ -0,0 +1,19 @@ + + +### Backwards-incompatible changes + +- + +### New features + +- Technote now features a two-column layout. The left column contains the table of contents and metadata, while the right column contains the content. This layout allows for wide content to "bleed" into the whitespace to the right of the content column. With this change, we've essentially dropped the CSS patterns from the `sphinx-basic-ng` theme. The Technote layout is now built around CSS grid. + +- Wide content (such as figures, tables, and code blocks) can now extend past the content column if the author sets the `technote-wide-content` class on the content. This class is applied as a `figclass` option in figures or as a preceeding `rst-class` directive to tables and code blocks. + +### Bug fixes + +- + +### Other changes + +-