sphinx-markdown-tables
A Sphinx extension for rendering tables written in markdown
What it is and what it does
sphinx-markdown-tables is a Sphinx extension that fills a gap in Recommonmark's markdown support by adding table rendering. Recommonmark allows Sphinx to parse markdown source files, but does not natively handle markdown table syntax; this extension intercepts those tables and renders them as HTML using the python-markdown table specification.
The extension is installed as a single line in Sphinx's conf.py and requires only the markdown package as a runtime dependency. It is designed for documentation projects that mix reStructuredText and markdown sources and need tables in their markdown files to appear in the final HTML output.
Use it for:
- Add markdown table support to a Sphinx project that uses Recommonmark for markdown parsing.
- Render markdown-formatted tables in HTML documentation without converting them to reStructuredText.
- Maintain markdown source files with tables in a mixed-format Sphinx documentation build.
- Generate HTML tables from markdown syntax in Sphinx-based project documentation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds markdown table support to Sphinx documentation by extending Recommonmark's markdown parser to render tables as HTML.
No. The package is abandoned (last commit 2022-07-29, no activity for 1477 days) and classifiers indicate testing only up to Python 3.6. While it has no known vulnerabilities and low install friction, the lack of maintenance means it may break with newer Sphinx or Python versions. Consider it only if you are locked to older, stable versions of Sphinx and Recommonmark that you do not plan to upgrade.
Install
sphinx-markdown-tables on PyPI
pip
pip install sphinx-markdown-tablesuv
uv add sphinx-markdown-tablespoetry
poetry add sphinx-markdown-tablesInstalling sphinx-markdown-tables
Before you install
Low friction install with a single runtime dependency (markdown). However, the package is abandoned—last release was 2022-07-29 and no commits since then. Use only if your Sphinx and Recommonmark versions remain stable.
License in practice
Licensed under GPLv3 (copyleft). Any derivative work or distribution must also be GPLv3; proprietary projects should verify compatibility or seek alternative licensing from the original author.
Quickstart
pip install sphinx-markdown-tables
# In conf.py:
extensions = [
'sphinx_markdown_tables',
]
Requires Sphinx and Recommonmark to be configured for markdown parsing; Sphinx must have source_parsers and source_suffix set up for .md files.
Verify before relying
- Whether the extension works with current Sphinx versions (last tested 2022-07-29)
- Compatibility with modern Python versions beyond 3.6 (classifiers list only up to 3.6)
Package facts
| License | not declared (copyleft) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — markdown |
| Maintenance | abandoned — 1,477 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 200,013/month — #9,698 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sphinx_markdown_tables-0.0.17-py3-none-any.whl
Keywords: sphinx, markdown, tables
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
markdown-tableGenerates Markdown-formatted tables from Python…
permissive · top 15,000 on PyPI
recommonmarkEnables Sphinx and Docutils projects to parse…
permissive · top 5,000 on PyPI
sphinx_mdincludeSphinx extension that lets you include and…
permissive · top 15,000 on PyPI
sphinx-markdown-builderA Sphinx extension that generates Markdown…
permissive · top 15,000 on PyPI
m2r2Converts markdown files with embedded…
permissive · top 15,000 on PyPI
sphinxemojiSphinx extension that replaces emoji codes…
permissive · top 15,000 on PyPI
sphinx-autodoc2sphinx-autodoc2 generates API documentation for…
permissive · top 15,000 on PyPI
markdownlitExtends Streamlit's markdown rendering with…
permissive · top 15,000 on PyPI
myst-parserMyST-Parser extends CommonMark-compliant…
permissive · top 5,000 on PyPI
sphinxcontrib-katexA Sphinx extension that renders mathematical…
permissive · top 15,000 on PyPI