New sphinx theme for ZEIT ONLINE docs
Project description
New shiny Sphinx Theme for ZEIT ONLINE
Usage
Install the package, e.g. pip install zondocs_theme, and then set html_theme = 'zondocs_theme' in your Sphinx conf.py.
Features
Automatically uses the ZON logo.
Adds an “edit this page” link to the sidebar. To customize how this link is created, you can set the following:
html_theme_options = { 'editme_link': ( 'https://github.com/zeitonline/{project}/edit/master/{page}') }
- (This is the default value, it supports two variables, project is taken
directly from conf.py, and page evaluates to path/to/current/page.suffix)
CHANGES
1.0.2 (2023-02-02)
Fix brownbag release
1.0.1 (2023-01-27)
brownbag release
1.0.0 (2023-01-27)
Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zondocs_theme-1.0.2.tar.gz
(27.8 kB
view hashes)