Skip to main content

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

Authors

Shannon Hale

Cody Taylor

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

SkuidSphinxTheme-1.0.23.tar.gz (568.2 kB view details)

Uploaded Source

Built Distribution

SkuidSphinxTheme-1.0.23-py2.py3-none-any.whl (577.7 kB view details)

Uploaded Python 2 Python 3

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

Hashes for SkuidSphinxTheme-1.0.23.tar.gz
Algorithm Hash digest
SHA256 5820bca181ec529282c9e6d8f3171df89336afc2ab3247efc4056c1283939710
MD5 63dfbdf24fbf136089e7b0c1ecbfd313
BLAKE2b-256 dbfe28a0309c150d5f208e5e85ec09c19f8ac05518c41d92d95ed7086ddefb1c

See more details on using hashes here.

File details

Details for the file SkuidSphinxTheme-1.0.23-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for SkuidSphinxTheme-1.0.23-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2667977af1e28d7faad4cfac6e0ba93970a539bd8d72fab15493f1d8fcb45975
MD5 0a8d6ab126cfcfe93947a8aa8d995c46
BLAKE2b-256 7846e301d198278119e4dc2146bf57dbfe7dab2ba8e3e969da9c20359aab37a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page