sphinx-scylladb-markdown
The Sphinx ScyllaDB Markdown Extension is specifically designed for projects using sphinx-multiversion. It facilitates a smooth transition from recommonmark to MystParser in Sphinx documentation.
This extension is particularly useful in scenarios where older documentation versions require recommonmark, which is now deprecated, while newer versions can leverage the advanced features of MystParser.
Installation
To install the Sphinx ScyllaDB Markdown Extension, follow these steps:
-
Run the following command within your Sphinx project directory:
pip install sphinx-scylladb-markdown
-
Add the following lines to your
conf.pyfile in your Sphinx project:extensions = [ ... 'sphinx_scylladb_markdown', ... ]
-
Set the
scylladb_markdown_enablein yourconf.py:scylladb_markdown_enable = True
-
Optional: If you want to use recommonmark for specific versions, list them in
scylladb_markdown_recommonmark_versionsin yourconf.pyfile:scylladb_markdown_recommonmark_versions = ['v1.0', 'v1.1']
License
Copyright (c) 2023-present ScyllaDB Licensed under the Apache License 2.0 <LICENSE>_.
Release files for sphinx-scylladb-markdown 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sphinx_scylladb_markdown-0.1.4.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sphinx_scylladb_markdown-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.9 kB
Release files / sphinx_scylladb_markdown-0.1.4.tar.gz
| Download URL | sphinx_scylladb_markdown-0.1.4.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9db3ae0dcf7c3519262da65e48c7f9e4db0ad1ce9c5f874864ea218f4cbc4c68
|
|
BLAKE2b-256 checksum How to use checksums |
f16d8cc78e960668b0c70d99777b20c5bff1163ab26dc1fce76621f80e20e314
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.9
|
Release files / sphinx_scylladb_markdown-0.1.4-py3-none-any.whl
| Download URL | sphinx_scylladb_markdown-0.1.4-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
598753e01cf159d4698eb1a707958828446e21749038d3d42c5b9c7e86eda6e4
|
|
BLAKE2b-256 checksum How to use checksums |
5f9699d44f90de85254b7772c31ac7701bc56ebbb9a6b9f258543cd9c9486a07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.9
|