- Fix line item spacing to allow for paragraphs within a list item. @stevepiercy Issue #44
- Add support for sphinxcontrib-youtube. @stevepiercy Issue #41
- Pin dependencies to resolve primary sidebar display toggle. This is the first stable release of Plone Sphinx Theme. @stevepiercy Issue #43
- Add VSCode editor settings. @stevepiercy Issue #39
- Add documentation for how to override build configuration options. @stevepiercy Issue #40
- Restore support for Mermaid. @stevepiercy Issue #38
- Move the icon links from the primary sidebar to the page content footer. @stevepiercy Issue #37
- Adapt Makefile to use uv's preferred virtual environment location of
/.venv/
. @stevepiercy Issue #34 - Update project requirements. @stevepiercy Issue #35
- Update styles and configuration to latest. @stevepiercy
- Update styles from upstream Sphinx Book Theme.
- In todo directive, replace pencil icon with a clipboard list icon.
- For video directive, limit the width to 100% of the page content container.
- Add YouTube social icon to configuration.
- Rename Twitter social icon to X (formerly Twitter). Issue #36
- Upgrade and pin Vale to v3. @stevepiercy
- Follow some of Vale's suggestions and fix errors and warnings. @stevepiercy
- Add GitHub Workflow to build docs and run checks on links, spelling, grammar, and style. @stevepiercy Issue #31
- Purged unused and broken Make build targets. @stevepiercy
- Categorized Make targets with comments. @stevepiercy
- Add test requirement
sphinx.ext.doctest
so thatmake doctest
will work in some Plone projects. @stevepiercy - Add targets to correctly install, clean, and initialize the project. @stevepiercy
- Updated documentation with correct make commands. @stevepiercy
- Move release command from
README.md
tocontribute.md
. @stevepiercy Issue #33
- Switch to
uv
frompip
. @stevepiercy - Fixed which changed files will build docs on RTD. @stevepiercy
- Use a replacement for supported Python versions. @stevepiercy
- Add Python script to enable
make html_meta
. @stevepiercy Issue #32
- Override sphinxcontrib-httpexample tabs background color for sure this time. @stevepiercy Issue #29
- Override sphinxcontrib-httpexample tabs background color. @stevepiercy Issue #28
- Remove support for Mermaid. See mgaitan/sphinxcontrib-mermaid#137. @stevepiercy Issue #27
- Update parent theme, and compile for dist. @stevepiercy Issue #26
- Remove style that causes code blocks in sphinxcontrib.httpexample to blow out off-screen. @stevepiercy Issue #25
- Unpin mermaid and specify which version of the JavaScript library to load. @stevepiercy Issue #23
- Clean up release. @stevepiercy
- Add support for Mermaid Sphinx extension. @stevepiercy Issue #22
- Change build-system to use setuptools. Fix manifest. @stevepiercy Issue #21
- Steal towncrier config from Volto. Clean up
CHANGES.md
. @stevepiercy Issue #18 - Fix towncrier template path. @stevepiercy Issue #19
- Add .gitkeep to news directory to preserve it upon releases. @stevepiercy (Issue #garden)
- Fix CHANGES.md content for automatic updates upon releases. @stevepiercy (Issue #garden1)
- Add GitHub action to deploy documentation to Read the Docs. @stevepiercy (Issue #garden2)
- Add pull request preview on Read the Docs. @stevepiercy (Issue #garden3)
- Clean up conf.py. @stevepiercy (Issue #garden4)
- Fix glossary syntax. @stevepiercy (Issue #glossary)
- Add towncrier. @stevepiercy (Issue #1)
- Initial release.