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.22.tar.gz (568.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SkuidSphinxTheme-1.0.22-py2.py3-none-any.whl (579.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file SkuidSphinxTheme-1.0.22.tar.gz.

File metadata

  • Download URL: SkuidSphinxTheme-1.0.22.tar.gz
  • Upload date:
  • Size: 568.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for SkuidSphinxTheme-1.0.22.tar.gz
Algorithm Hash digest
SHA256 9f2f4a503185eeaf2f9838dadcb6e6e00600486369ac45d9705b2fd2aaf2b739
MD5 15332cdba738a9a9556b57e6f8f86c6d
BLAKE2b-256 b99cd0beb9371bcf87360756da2722d3705d8a31e3492c099a5d3a48effd6285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for SkuidSphinxTheme-1.0.22-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a5e26f0075e5c11ab8b8973dd0635d600498955e6be503f638b7be6d7fd1ff8a
MD5 c3bd11c99979e18990a00fac54acc4bc
BLAKE2b-256 979dadff7021313940fb7f125f05e3ed89deed187f78ff82a65a6f32cf80d9f7

See more details on using hashes here.

Supported by

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