- Add a
view-this-page
component - Improve
edit-this-page
component's extensibility - Lint the entire codebase with prettier
- Expand the documentation with more content
- Tweak the size of the highest breakpoint
- Declare Sphinx 5 compatibility.
- Drop support for Python 3.6.
- Move the container tag inside the container block.
- Add a new
sections/header-content.html
. - Implement
search.html
. - Implement
genindex*.html
. - Implement
domainindex.html
. - Clarify handling of overlays for sidebars.
- Improve handling of padding around main content.
- Increase the z-index of overlay'd sidebars.
- Move the JS files to the end of body.
- Improve
debug.css
. - Expand the breadcrumbs conditional to do the right thing.
- Include block names in endblock, in the Jinja templates.
- Allow for full-width content styles.
- Extend scaffold to fit 90rem screens.
- Add
match-content-width
for content heading and footer. - Use viewport width for containers on mobile.
- Only show
edit-this-page
ifsource_suffix
is known. - Lightly tweak example theme.
- Present better warnings in noxfile.
- Drop
_html_page_context
. - Improve
breadcrumbs.html
implementation. - Add clearer "not implemented" warnings.
- Drop the overflow handling, which is incompatible with
sticky
.
- Add additional breakpoint of 50rem (800px) for content width.
- Bump up to Sphinx 4.
- Add example documentation, with an inline theme
- Add header-article section.
- Add
!important
for the hiding of sidebar toggles. - Fix the search input example.
- Tweak announcement container, to not be centered.
- Allow omitting skeleton.css, via html-context.
- Add component: search-input
- Add component: search-hide
- Add components for toggling sidebars
- Add a nice introduction to
sections/article.html
- Add component: related-pages
- Add responsive off-canvas sidebars, and corresponding components.
- Host documentation on ReadTheDocs.
- Rename certain sections of the scaffolding.
- Add more headers and footers to the scaffolding.
- Add initial documentation scaffolding.
- Add component: breadcrumbs
- Add component: edit-this-page
- Add component: ethical-ads
- Add component: logo
- Remove Sphinx variables from skeleton.
- Updating terminology for parts of this project.
Initial release.