Sphinx Theme for Skuid
Project description
This repository contains Skuid’s Sphinx theme.
Install
To install, run the following command and input your bitbucket credentials:
pip install skuidsphinxtheme
If you plan on editing this and want to dynamically update this theme for use in another project, clone this repo down and then run:
pip install -e .
Use
To use in another project, add this project to the setup.py file’s install_requires directive:
setup( ... install_requires=[ 'SkuidSphinxTheme>=1.0.0', ] )
or add it to the project’s requirements.txt file
Then add in the conf.py of your sphinx project:
html_theme = 'skuidsphinx' # TODO: We'd like this rolled into the theme, hopefully we can remove this later html_sidebars = {'**': ['localtoc.html']}
Theme Options
To configure the theme for your project, you’ll need to configure the html_theme_options in your project’s conf.py file. See the variables section below for a full list of options.
html_theme_options = { 'logo': 'skuid.png', 'logo_alt': 'Skuid Documentation', }
Variables
logo: Relative path (from $PROJECT/_static/) to a logo image, which will appear in the upper left corner above the name of the project.
See the note below about image paths.
logo_alt: The alt text for the logo
visit_link: The link for the visit button in the footer
visit_link_text: The text for the visit button in the footer
copyright_year: The year for the copyright.
To make things easier, add the following to your conf.py:
# At the top from datetime import datetime # in the ``html_theme_options`` html_theme_options = { 'copyright_year': datetime.utcnow().year }
analytics_id: Set to your Google Analytics ID (e.g. UA-#######-##) to enable tracking.
Images
If you’re using a custom logo, you’ll also want to tell Sphinx where to get your images from. If so, add a line like this (changing the path if necessary; see the Sphinx docs for ‘html_static_path’):
html_static_path = ['_static']
TODO
Document all configurable html_theme options (from the theme.conf)
Figure out how to make html_sidebars option default for projects using this theme
Clean up search results page
Add search box
Add some padding on the left of results
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
Built Distribution
File details
Details for the file SkuidSphinxTheme-1.0.23.tar.gz
.
File metadata
- Download URL: SkuidSphinxTheme-1.0.23.tar.gz
- Upload date:
- Size: 568.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5820bca181ec529282c9e6d8f3171df89336afc2ab3247efc4056c1283939710 |
|
MD5 | 63dfbdf24fbf136089e7b0c1ecbfd313 |
|
BLAKE2b-256 | dbfe28a0309c150d5f208e5e85ec09c19f8ac05518c41d92d95ed7086ddefb1c |
File details
Details for the file SkuidSphinxTheme-1.0.23-py2.py3-none-any.whl
.
File metadata
- Download URL: SkuidSphinxTheme-1.0.23-py2.py3-none-any.whl
- Upload date:
- Size: 577.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2667977af1e28d7faad4cfac6e0ba93970a539bd8d72fab15493f1d8fcb45975 |
|
MD5 | 0a8d6ab126cfcfe93947a8aa8d995c46 |
|
BLAKE2b-256 | 7846e301d198278119e4dc2146bf57dbfe7dab2ba8e3e969da9c20359aab37a7 |