Piccolo-theme

Latest version: v0.24.0

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.18.0

Added ``z-index`` for the left sidebar on mobile.

0.17.0

Fixes to support Sphinx 7.2. Thanks to alexlancaster for reporting this.

0.16.1

Bundling the Roboto Mono bold-italic font with the theme, as it's used in some code blocks. Thanks to noxpardalis for adding this.

0.16.0

The custom fonts are now bundled with the theme. Thanks to noxpardalis for this.

0.15.0

What's Changed
* Add/tests by mikebarr24 in https://github.com/piccolo-orm/piccolo_theme/pull/40
* update requirements by dantownsend in https://github.com/piccolo-orm/piccolo_theme/pull/45
* Fix html errors by mblaschke in https://github.com/piccolo-orm/piccolo_theme/pull/46
* change colour used for emphasis in code blocks by dantownsend in https://github.com/piccolo-orm/piccolo_theme/pull/49

New Contributors
* mikebarr24 made their first contribution in https://github.com/piccolo-orm/piccolo_theme/pull/40
* mblaschke made their first contribution in https://github.com/piccolo-orm/piccolo_theme/pull/46

**Full Changelog**: https://github.com/piccolo-orm/piccolo_theme/compare/0.14.0...0.15.0

0.14.0

When switching to dark mode, we automatically apply our own custom dark mode styles to code blocks.

This gives a great experience out of the box. However, if someone uses their own Pygments theme, they might want to use that theme in both light mode, and dark mode. They can now do so, using the `dark_mode_code_blocks` option.

python
conf.py

html_theme_options = {
"dark_mode_code_blocks": False
}

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.