skillfed

sphinx-markdown-tables

A Sphinx extension for rendering tables written in markdown

sphinx-markdown-tables v0.0.17 200.0K downloads/30d#9,698 on PyPI60
Copyleft license Abandoned released

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-tables

uv

uv add sphinx-markdown-tables

poetry

poetry add sphinx-markdown-tables

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Topic :: Software Development :: Build Tools

Tags

sphinx markdown tablesmarkdown table rendering sphinxsphinx recommonmark tablesmarkdown documentation tablessphinx extension markdowntable support markdown docssphinx html table generation
sphinx-extensionmarkdown-tablesabandoned

More Build Tools packages