Piccolo Theme Versions Save

A clean and modern Sphinx theme.

0.21.0

2 months ago

Allow parallel builds.

Thanks to @explode for reporting this issue.

0.20.0

2 months ago

Added additional ordered list styles - thanks to @fizbin for reporting this.

0.19.0

7 months ago

Fixed span tags (thanks to @jvcarli for this).

Added support for Python 3.12.

0.18.0

8 months ago

Added z-index for the left sidebar on mobile.

0.17.0

9 months ago

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

0.16.1

10 months ago

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

11 months ago

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

0.15.0

1 year ago

What's Changed

New Contributors

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

0.14.0

1 year ago

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.

# conf.py

html_theme_options = {
    "dark_mode_code_blocks": False
}

0.13.0

1 year ago

A logo can now be used in the nav bar, instead of text.

# conf.py

# Relative to conf.py:
html_logo = './path/to/logo.png'

# Or an absolute URL:
html_logo = 'https://awesome.com/static/logo.png'

Thanks to @are-scenic for adding this.

Screenshot 2022-10-07 at 16 16 08