Skip to content

pydata/pydata-sphinx-theme

Folders and files

NameName
Last commit message
Last commit date
May 24, 2024
Mar 25, 2025
Mar 25, 2025
Mar 27, 2025
Mar 25, 2025
Nov 26, 2024
Dec 2, 2024
Sep 2, 2024
Apr 9, 2025
Jan 24, 2025
May 27, 2024
Apr 14, 2023
Jul 24, 2022
Apr 19, 2018
Jun 19, 2024
Feb 26, 2025
Apr 16, 2024
Jan 8, 2025
Sep 2, 2024
Mar 20, 2025
Mar 20, 2025
Nov 26, 2024

Repository files navigation

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: