skillfed

pydata-sphinx-theme

Bootstrap-based Sphinx theme from the PyData community

pydata-sphinx-theme v0.20.0 4.7M downloads/30d#2,251 on PyPI775
Permissive license Active released

What it is and what it does

pydata-sphinx-theme is a Sphinx theme that replaces the default HTML output styling with a modern, three-column Bootstrap-based layout designed by and for the PyData community. It integrates with Sphinx's standard documentation build pipeline and requires only a one-line configuration change in your `conf.py` file to activate.

The theme depends on common documentation and rendering libraries—Sphinx itself, BeautifulSoup4 for HTML parsing, Babel for internationalization, Pygments for syntax highlighting, Jinja2 for templating, and requests for HTTP operations. It is actively maintained and supports modern Python versions (3.11 through 3.14). The maintainers explicitly note that new major Sphinx releases may take a few months to support, so teams using cutting-edge Sphinx versions should expect a brief compatibility lag.

Use it for:

  • Style a PyData-ecosystem project's documentation (NumPy, pandas, SciPy, etc.) with a consistent, community-standard appearance.
  • Build a technical documentation site that needs a responsive three-column layout without writing custom CSS.
  • Migrate existing Sphinx docs to a modern Bootstrap theme while keeping the same build toolchain.
  • Contribute to or customize an open-source documentation theme actively maintained by the PyData community.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Bootstrap-based Sphinx theme that provides a clean, three-column layout for documentation sites built with Sphinx.

Yes. The theme is production-stable, actively maintained with recent releases, has no known vulnerabilities, and installs with low friction. It is the right choice if you are building Sphinx documentation for a PyData project or want a well-supported, modern three-column Bootstrap theme. Be aware that major Sphinx releases may require a few months for compatibility updates.

Install

pydata-sphinx-theme on PyPI

pip

pip install pydata-sphinx-theme

uv

uv add pydata-sphinx-theme

poetry

poetry add pydata-sphinx-theme

Installing pydata-sphinx-theme

Before you install

Low friction installation as a pure Python wheel. Actively maintained with a recent release; note that the theme may lag behind the latest major Sphinx versions by a few months, so allow time for compatibility updates after new Sphinx releases.

License in practice

Permissive license allows use in most projects without restriction.

Quickstart

pip install pydata-sphinx-theme

# In your Sphinx conf.py:
html_theme = "pydata_sphinx_theme"

Requires Python 3.11 or later. New major Sphinx releases may not be immediately compatible; allow time for updates.

Verify before relying

  • Exact compatibility matrix with specific Sphinx versions beyond the general lag-time note in the description.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 8 — sphinx, beautifulsoup4, docutils, Babel, pygments, accessible-pygments, jinja2, requests
Maintenance actively maintained — 36 days since the last release
Last repo commit
First released
Downloads 4,710,080/month — #2,251 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pydata_sphinx_theme-0.20.0-py3-none-any.whl

Development Status :: 5 - Production/StableFramework :: SphinxFramework :: Sphinx :: ThemeLicense :: OSI Approved :: BSD LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

sphinx theme bootstrappydata documentation themesphinx html themeresponsive sphinx themethree-column sphinx layoutsphinx documentation stylingpydata sphinx
sphinx-themedocumentation-stylingbootstrap

More Sphinx packages