Skip to main content

TiaC Systems Network (TSN) theme for Sphinx

Project description

This repository contains the Sphinx theme for TiaC Systems Network (TSN) documentation, based on Read The Docs’ default theme (sphinx_rtd_theme). This theme was forked from the Nordic Semiconductor NCS theme for Sphinx (sphinx-ncs-theme), which is also MIT licensed. Copyright (c) 2021 Nordic Semiconductor ASA.

Installation

This theme is distributed on PyPI as sphinx-tsn-theme and can be installed with pip:

pip install sphinx-tsn-theme

Usage

To use the theme in your Sphinx project, you will need to add the following to your conf.py file:

html_theme = "sphinx_tsn_theme"

Releasing

  1. Make sure you have a PyPI account and access to https://pypi.org/project/sphinx-tsn-theme/.

  2. Make sure all your changes have been commited to the main branch.

  3. Add a commit which updates the version number in sphinx_tsn_theme/__init__.py.

  4. Tag this commit with the version number, e.g. git tag -a 2020.4 -m "version 2020.4".

  5. Push the commit and the tag to the main branch.

  6. Generate the source and binary distributions with setup.py.

  7. Upload the two files from step 6 to PyPI with twine.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sphinx_tsn_theme-2024.1.0-py3-none-any.whl (20.7 kB view hashes)

Uploaded Python 3

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