Sphinx themes for my own projects
Project description
This repository contains the source code of my own base Sphinx theme, released under the MIT license. Feel free to include it in your projects, even if I ask you to customize them a little bit in order to avoid users confusion.
How to use the theme in your projects
The package itself provides an utility function to get the absolute path of the theme’s directory. So, you can put this simple snippet in your documentation’s conf.py:
import pietroalbini_sphinx_themes html_theme_path = [pietroalbini_sphinx_themes.themes_path()] html_theme = "pietroalbini"
You don’t need to provide a Pygments style, because the whole highlightling thing is handled by the theme itself.
Customizing the theme
It’s recommended to customize the theme when you use it, because even changing the titles’ font and links’ color will give to your documentation an unique feel.
The easiest way to customize it is to create a theme which inherits from the main one, and changing the options:
[theme] inherit = pietroalbini [options] accent_color = #004dc2 night_accent_color = #5c9dff titles_font = DejaVu
Then you can put in your stylesheet other customizations you want to apply, and the code to import the font you want to use for the titles.
Available theme options
Here there is a list of all the available theme options:
accent_color: the main color used by the theme, for links and keywords in the code boxes
night_accent_color: the same as accent_color, but used in the night (dark) mode
titles_font: name of the font used in titles and headings
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
Built Distribution
File details
Details for the file pietroalbini-sphinx-themes-1.3.1.tar.gz
.
File metadata
- Download URL: pietroalbini-sphinx-themes-1.3.1.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b9cc32f964a229508e0f2adc4b5e5461452372107a1560da8a351dc73574af |
|
MD5 | 0efaf7cbeac3d18971277d4ba04e67b6 |
|
BLAKE2b-256 | 506cf879dcc7058ba2f8ece03882a1003a4dffae1df171ded3bd593c1aeced99 |
File details
Details for the file pietroalbini_sphinx_themes-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: pietroalbini_sphinx_themes-1.3.1-py3-none-any.whl
- Upload date:
- Size: 1.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a0b7f8edc572838e69eb9b3cb2f91ffd9ade57924b7c2a33d673c6db523a3c |
|
MD5 | 04dfa07967853066c8dff2d92d837cf1 |
|
BLAKE2b-256 | 11d3cd5370fbbb49be351fd896dba7c83f0f0afe67023d2eac854dbbb5fd951e |