Pylons Sphinx themes for documentation styling.
Project description
Pylons Sphinx Themes
This repository is a Python package that contains Sphinx themes for Pylons related projects. This project is based on Pylons Sphinx Theme (singular), but uses a package implementation instead of git submodules and manual steps.
To use a theme in your Sphinx documentation, follow this guide.
Edit your Sphinx documentation’s conf.py
Near the top, add the following.:
import pylons_sphinx_themes
Activate the theme:
html_theme = 'pyramid' html_theme_path = pylons_sphinx_themes.get_html_themes_path()
If you were previously using the git submodule method to use the Pylons theme, then comment or delete the block of code under the following statement:
# Add and use Pylons theme if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers ...
(Optional) Set a canonical root URL:
html_theme_options = dict( canonical_url='http://the_root_domain/latest/docs/' )
The URL points to the root of the documentation, and requires a trailing slash.
The following themes exist.
pylons - the generic Pylons Project documentation theme
pyramid - the specific Pyramid documentation theme
pylonsfw - the specific Pylons Framework documentation theme
0.1 (2015-04-14)
Convert from using git submodule used in https://github.com/Pylons/pylons_sphinx_theme to a package. See https://github.com/Pylons/pyramid/issues/1614
Initial commit.
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
File details
Details for the file pylons-sphinx-themes-0.1.tar.gz
.
File metadata
- Download URL: pylons-sphinx-themes-0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24034f4e578b9d9cd06846995dbcbd286319a166f0c2e7f323cd21e5fd34aacc |
|
MD5 | 202e204bd68834c54b686c57696ed201 |
|
BLAKE2b-256 | 8030bb58580eb3bb04f13ffe07145ae9f0cad01dce44ce9fb4e21db588193c91 |