- Added option to use Google Web Fonts. Contributed by Marius P Isken in #11.
- Fixed regression in sidebar size when there was no page content. Sidebar has its own height again.
- Fixed sidebar contents not moving while scrolling at all.
- Removed use of
!important
from various places. Contributed by Matthias Geier in #10.
- Removed awkward bottom padding of paragraphs in table cells.
- Fix highlight of "p" anchors (that have id and got :target).
- Fixed display of argument descriptions when there are multiple paragraphs. First paragraph shouldn't be on a second line.
- Fixed issues with highlighting a section (via anchor location hash). Previously code blocks would get ugly bar on the left.
- Fixed positioning of navigation sidebar when displayed in narrow mode (at the bottom). Previously it overlapped the footer.
- Added the
appendcss
theme options for quick customization. - Added the
path
setuptools entrypoint sohtml_theme_path
doesn't need to be set anymore inconf.py
.
- Remove background from reference links when
extrastyling
is off.
- Added new theme option
extrastyling
which can be used to get the original Python 3 docs styling (green code blocks, gray inline code blocks, no text shadows etc) - The
py.png
favicon is renamed tofavicon.png
. - Added some examples for customizing the styling or using a custom favicon.
- Make inline code blocks bold.
- Fix inclusion of default.css (now classic.css).
- Use HTML5 doctype and force IE into Edge mode.
- Add a embedded flag that removes JS (for building CHM docs).
- Inherit correct theme (default renamed in Sphinx 1.3).
- Fat-fingered another version. Should had been 1.0.1 ... damn.
- Match some markup changes in latest Sphinx.
- Fix depth argument for toctree (contributed by Georg Brandl).
- First release on PyPI.