Skip to main content

A Sphinx extension to add markdown generation support.

Project description

sphinx-markdown-builder

Coverage Status

A Sphinx extension to add markdown generation support.

Install

pip3 install sphinx-markdown-builder==0.6.10

Usage

Add the extension to your conf.py file:

extensions = [
    ...,
    "sphinx_markdown_builder",
    ...,
]

Build markdown files with sphinx-build command

sphinx-build -M markdown ./docs ./build

Configurations

You can add the following configurations to your conf.py file:

  • markdown_anchor_sections/markdown_anchor_signatures: If set to True, then anchors will be added before each section/function/class signature. This allows references to a specific anchor in the document.
  • markdown_docinfo: Adds metadata to the top of each document containing author, copyright, and version.
  • markdown_http_base: If set, all references will link to this prefix address
  • markdown_uri_doc_suffix: If set, all references will link to documents with this suffix.
  • markdown_file_suffix: Sets the file extension for generated markdown files (default: .md).
  • markdown_bullet: Sets the bullet marker.
  • markdown_flavor: If set to github, output will suit GitHub's flavor of Markdown.

For example, if your conf.py file have the following configuration:

markdown_http_base = "https://your-domain.com/docs"
markdown_uri_doc_suffix = ".html"
markdown_bullet = "*"

Then a reference to your-doc-name#your-header will be substituted with https://your-domain.com/docs/your-doc-name.html#your-header.

Contributing

See the code contribution guidelines for more information.

Credits

This project forked from clayrisser/sphinx-markdown-builder, which was developed by Clay Risser under the MIT license.

The original implementation was based on doctree2md by Matthew Brett under the BSD-2 license.

License

MIT

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

sphinx_markdown_builder-0.6.10.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sphinx_markdown_builder-0.6.10-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_markdown_builder-0.6.10.tar.gz.

File metadata

  • Download URL: sphinx_markdown_builder-0.6.10.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for sphinx_markdown_builder-0.6.10.tar.gz
Algorithm Hash digest
SHA256 cd5acf88d52ea0146a712fd557404f10326dff3428a78ba928e59b1727fd4a86
MD5 c6bb401587133be9d3dcdeab2a8cf618
BLAKE2b-256 a0580b7b9a7d071140b3705885d51932e8b62f520388c2772e4952189971727b

See more details on using hashes here.

File details

Details for the file sphinx_markdown_builder-0.6.10-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_markdown_builder-0.6.10-py3-none-any.whl
Algorithm Hash digest
SHA256 16d86738b9ac69fcbc86e373c31c6402c30af1fa8d98d0f62cc5f38bfe5fc26e
MD5 14e34fc80dd678bc39837fe820b7790e
BLAKE2b-256 c28f9fecf3d081d5cd49eff83a17b9fef50ed741e6223ab3bb906de4ab0068f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page