No description
  • Python 40.9%
  • SCSS 32.5%
  • JavaScript 14.3%
  • HTML 11.6%
  • Makefile 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann f558357034
Releasing fastforward version 0.17.1+dfsg-3~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-08-13 19:31:05 +02:00
.devcontainer Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
.github Merging upstream version 0.17.1+dfsg. 2026-08-13 19:26:40 +02:00
debian Releasing fastforward version 0.17.1+dfsg-3~ffwd13+u1. 2026-08-13 19:31:05 +02:00
docs Merging upstream version 0.17.1+dfsg. 2026-08-13 19:26:40 +02:00
src/pydata_sphinx_theme Merging upstream version 0.17.1+dfsg. 2026-08-13 19:26:40 +02:00
tests Merging upstream version 0.17.1+dfsg. 2026-08-13 19:26:40 +02:00
tools Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
.git-blame-ignore-revs Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
.gitignore Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
.pre-commit-config.yaml Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
.readthedocs.yaml Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
.stylelintrc.json Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
.transifex.yaml Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
babel.cfg Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
CONTRIBUTING.md Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
LICENSE Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
package-lock.json Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
package.json Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
pyproject.toml Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
README.md Adding upstream version 0.16.1+dfsg. 2026-08-13 19:22:21 +02:00
RELEASE.md Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
tox.ini Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00
webpack.config.js Merging upstream version 0.17.0. 2026-08-13 19:25:19 +02:00

The PyData Sphinx Theme

License badge PyPI version badge conda-forge version badge GitHub Workflow test status badge Read the Docs build status badge

A clean, three-column, Bootstrap-based Sphinx theme by and for the PyData community.

PyData theme - Configure the search position demo image showcasing both the light and dark theme in a single image.

Installation and usage

The theme is available on PyPI and conda-forge. You can install and use as follows:

  • Install the pydata-sphinx-theme in your doc build environment:

    pip install pydata-sphinx-theme
    # or
    conda install pydata-sphinx-theme --channel conda-forge
    
  • Then, in the conf.py of your sphinx docs, you update the html_theme configuration option:

    html_theme = "pydata_sphinx_theme"
    

And that's it!

Note

This theme may not work with the latest major versions of Sphinx, especially if they have only recently been released. Please give us a few months of time to work out any bugs and changes when new releases are made. See our contributing documentation for more information.

Contribute to and develop the theme

Contributions are very welcome! Installing the development version, building the example docs and developing the CSS/JS of the theme, etc., is explained in more detail in the contributing section of the documentation: