pydata-sphinx-theme 0.18.0


pip install pydata-sphinx-theme

  Latest version

Released: May 20, 2026

Project Links

Meta
Maintainer: Joris Van den Bossche
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Framework
  • Sphinx
  • Sphinx :: Theme

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

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:

0.18.0 May 20, 2026
0.18.0rc2 May 19, 2026
0.18.0rc1 May 12, 2026
0.17.1 Apr 21, 2026
0.17.0 Apr 03, 2026
0.16.1 Dec 17, 2024
0.16.1rc0 Dec 10, 2024
0.16.0 Oct 22, 2024
0.16.0rc0 Sep 30, 2024
0.15.4 Jun 25, 2024
0.15.4rc0 Jun 18, 2024
0.15.3 May 28, 2024
0.15.3rc1 May 07, 2024
0.15.2 Jan 18, 2024
0.15.1 Jan 04, 2024
0.15.0rc0 Jan 03, 2024
0.14.4 Nov 27, 2023
0.14.3 Oct 30, 2023
0.14.2 Oct 25, 2023
0.14.1 Sep 20, 2023
0.14.0 Sep 15, 2023
0.13.3 Mar 30, 2023
0.13.2 Mar 29, 2023
0.13.1 Mar 06, 2023
0.13.0 Feb 28, 2023
0.13.0rc6 Feb 23, 2023
0.13.0rc5 Feb 23, 2023
0.13.0rc4 Feb 17, 2023
0.13.0rc3 Feb 16, 2023
0.13.0rc3.dev0 Feb 10, 2023
0.13.0rc1 Feb 03, 2023
0.12.0 Nov 17, 2022
0.12.0rc1 Nov 10, 2022
0.11.0 Oct 06, 2022
0.11.0rc3 Oct 04, 2022
0.11.0rc2 Oct 04, 2022
0.10.1 Aug 29, 2022
0.10.0rc2 Jul 30, 2022
0.10.0rc1 Jul 15, 2022
0.9.0 Jun 08, 2022
0.9.0rc1 May 27, 2022
0.8.1 Mar 25, 2022
0.8.0 Jan 15, 2022
0.7.2 Nov 10, 2021
0.7.1 Oct 02, 2021
0.7.0 Oct 01, 2021
0.6.3 Apr 26, 2021
0.6.2 Apr 26, 2021
0.6.1 Apr 16, 2021
0.6.0 Apr 09, 2021
0.5.2 Mar 25, 2021
0.5.1 Mar 22, 2021
0.5.0 Mar 11, 2021
0.4.3 Jan 26, 2021
0.4.2 Jan 22, 2021
0.4.1 Oct 06, 2020
0.4.0 Aug 31, 2020
0.3.2 Aug 28, 2020
0.3.1 Jun 23, 2020
0.3.0 May 29, 2020
0.2.2 May 04, 2020
0.2.1 Apr 22, 2020
0.2.0 Apr 21, 2020
0.1.1 Mar 20, 2020
0.1.0 Mar 19, 2020
Extras:
Dependencies:
sphinx (<10,>=8.0)
beautifulsoup4
docutils (!=0.17.0)
Babel
pygments (>=2.7)
accessible-pygments
typing-extensions