Skip to main content

LSST Data Management technical note Sphinx theme.

Project description

Forked from http://github.com/snide/sphinx_rtd_theme.

screen_mobile.png

Using it

In your requirements.txt add:

lsst-dd-rtd-theme

In your conf.py file:

import lsst_dd_rtd_theme
html_theme = "lsst_dd_rtd_theme"
html_theme_path = [lsst_dd_rtd_theme.get_html_theme_path()]

Changelog

0.2.4 (2021-11-08)

  • Fix unordered list formatting with recent dependency sets.

0.2.3 (2020-01-22)

  • Modernize packaging with pyproject.toml and setup.cfg files. We’re also using setuptools_scm now. In doing this, we’ve cleaned up many packaging metadata errors present in earlier releases.

  • Use Travis CI to release to PyPI.

v0.1.8

  • Start keeping changelog :)

  • Support for third and fourth level headers in the sidebar

  • Add support for Sphinx 1.3

  • Add sidebar headers for :caption: in Sphinx toctree

  • Clean up sidebar scrolling behavior so it never scrolls out of view

How the Table of Contents builds

Currently the left menu will build based upon any toctree(s) defined in your index.rst file. It outputs 2 levels of depth, which should give your visitors a high level of access to your docs. If no toctrees are set the theme reverts to sphinx’s usual local toctree.

It’s important to note that if you don’t follow the same styling for your rST headers across your documents, the toctree will misbuild, and the resulting menu might not show the correct depth when it renders.

Also note that the table of contents is set with includehidden=true. This allows you to set a hidden toc in your index file with the hidden property that will allow you to build a toc without it rendering in your index.

By default, the navigation will “stick” to the screen as you scroll. However if your toc is vertically too large, it will revert to static positioning. To disable the sticky nav altogether change the setting in conf.py.

Contributing or modifying the theme

The lsst_dd_rtd_theme is primarily a sass project that requires a few other sass libraries. I’m using bower to manage these dependencies and sass to build the css. The good news is I have a very nice set of grunt operations that will not only load these dependencies, but watch for changes, rebuild the sphinx demo docs and build a distributable version of the theme. The bad news is this means you’ll need to set up your environment similar to that of a front-end developer (vs. that of a python developer). That means installing node and ruby.

Set up your environment

  1. Install sphinx into a virtual environment.

pip install sphinx
  1. Install sass

gem install sass
  1. Install node, bower and grunt.

// Install node
brew install node

// Install bower and grunt
npm install -g bower grunt-cli

// Now that everything is installed, let's install the theme dependecies.
npm install

Now that our environment is set up, make sure you’re in your virtual environment, go to this repository in your terminal and run grunt:

grunt

This default task will do the following very cool things that make it worth the trouble.

  1. It’ll install and update any bower dependencies.

  2. It’ll run sphinx and build new docs.

  3. It’ll watch for changes to the sass files and build css from the changes.

  4. It’ll rebuild the sphinx docs anytime it notices a change to .rst, .html, .js or .css files.

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

lsst-dd-rtd-theme-0.2.4.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

lsst_dd_rtd_theme-0.2.4-py3-none-any.whl (780.9 kB view details)

Uploaded Python 3

File details

Details for the file lsst-dd-rtd-theme-0.2.4.tar.gz.

File metadata

  • Download URL: lsst-dd-rtd-theme-0.2.4.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.1

File hashes

Hashes for lsst-dd-rtd-theme-0.2.4.tar.gz
Algorithm Hash digest
SHA256 e3b227227da65ba3acb0c70f78730612f36113cac6ce449f782a207ad6537f19
MD5 59911460ff68df9a01a103e8fb18c5da
BLAKE2b-256 024b8f552a39094af558f146976cd2a62596ab1245401916e1de41c8a73f161d

See more details on using hashes here.

File details

Details for the file lsst_dd_rtd_theme-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: lsst_dd_rtd_theme-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 780.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.1

File hashes

Hashes for lsst_dd_rtd_theme-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9c147182ba3617164c3089a82e1e1cc10daf0013641dff9e221c8f9dc083a7b6
MD5 ba0982fff298c19d04fb52dba65bbdef
BLAKE2b-256 19134da9cf995f6327338adb40ff122ea5f1b3483ebb718b1c89c9de9a66d3e7

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