Sphinx extension that adds version selection.
Project description
Sphinx extension that allows adding version selection to docs.
Python 2.7, 3.3, 3.4, and 3.5 supported
This is based on, but is a vastly simplified version of sphinxcontrib.versioning intended for building and publishing documentation with automation/continuous integration tools.
See the sphinxcontrib.versioning documentation if you need more features or would like to understand the differences.
📖 Full documentation: https://sphinxcontrib-simpleversioning.readthedocs.io/
Quickstart
Install:
pip install sphinxcontrib-versioning
Usage (in Sphinx conf.py):
extensions.append('sphinxcontrib.simpleversioning')
simpleversioning_versions = [
'master',
{'id': 'dev', 'name': 'latest'},
]
Changelog
This project adheres to Semantic Versioning.
0.0.2 - 2019-02-13
Drop reference to unused banner.css from sphinxcontrib.versioning.
0.0.1 - 2018-01-17
Initial development/testing version.
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
Hashes for sphinxcontrib-simpleversioning-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f66ffbad04860b5d9117361c1e53b26e746740ba3bad78fd9f0a1b40e38931fe |
|
MD5 | ef296c2476d1444b80b338da0d191d36 |
|
BLAKE2b-256 | ab65dedf70fac47ce96a5cfb0b6ac521653fadadd1a16d52cf1fedb78d62ed93 |
Hashes for sphinxcontrib_simpleversioning-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bee63de9b217027adce77b7785093370db37362e543134bba39ec3c20fe5534d |
|
MD5 | 09d1e7c390f2802368378e491557a75d |
|
BLAKE2b-256 | 39f30bd7f6aef912521e74e8bd9b895c7d525e800eca7d722f2a73d607db0b38 |