A Sphinx theme for sites hosted at palewi.re
Project description
A Sphinx theme for sites hosted at palewi.re.
Installation
Install the theme with pipenv:
pipenv install palewire-sphinx-theme
Then, in your Sphinx project's conf.py
file, add the following line:
html_theme = "palewire"
Configuration
The theme supports two different layouts, a "wide" layout and a "narrow" layout. The wide layout that includes a sidebar is the default. You can switch to the narrow single-column layout by adding the following line to your conf.py
file:
html_theme_options = {
"nosidebar": True,
}
When using the wide layout, you can control which elements are included in the sidebar by adding the html_sidebars
option to your conf.py
file. Here's an example that includes the default sidebar elements:
html_sidebars = {
"**": [
"about.html",
"navigation.html",
]
}
Further configution of this setting is explained by the Sphinx documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for sphinx-palewire-theme-0.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98435aae09f2af420f41d141b6ddfa09d9fa9a04f4423b2347404a7c054c61f3 |
|
MD5 | e38d4cf7d4d8f87d54bdf6e49ed706b5 |
|
BLAKE2b-256 | 48e2796129c9ce5fac3ef4dca88bcc6117f1ae2f6fa2b108e514a80354692af6 |