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.
Release files for sphinxcontrib-simpleversioning 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sphinxcontrib-simpleversioning-0.0.2.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sphinxcontrib_simpleversioning-0.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 13.0 kB
Release files / sphinxcontrib-simpleversioning-0.0.2.tar.gz
| Download URL | sphinxcontrib-simpleversioning-0.0.2.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f66ffbad04860b5d9117361c1e53b26e746740ba3bad78fd9f0a1b40e38931fe
|
|
BLAKE2b-256 checksum How to use checksums |
ab65dedf70fac47ce96a5cfb0b6ac521653fadadd1a16d52cf1fedb78d62ed93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
|
Release files / sphinxcontrib_simpleversioning-0.0.2-py2.py3-none-any.whl
| Download URL | sphinxcontrib_simpleversioning-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
bee63de9b217027adce77b7785093370db37362e543134bba39ec3c20fe5534d
|
|
BLAKE2b-256 checksum How to use checksums |
39f30bd7f6aef912521e74e8bd9b895c7d525e800eca7d722f2a73d607db0b38
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
|