Skip to content

theXYZT/pydata-sphinx-theme

This branch is 1 commit ahead of, 408 commits behind pydata/pydata-sphinx-theme:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cac27ab Β· Apr 4, 2023
Mar 30, 2023
Mar 30, 2023
Apr 4, 2023
Mar 30, 2023
Jun 16, 2022
Feb 23, 2023
Mar 30, 2023
Jul 24, 2022
Apr 19, 2018
Feb 7, 2023
Feb 23, 2023
Mar 27, 2021
Mar 30, 2023
Mar 27, 2023
Mar 27, 2023
Mar 30, 2023
Jul 24, 2022
Mar 27, 2023

Repository files navigation

The PyData Sphinx Theme

License PyPI conda-forge GitHub Workflow Status Read the Docs (version) Codecov

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

Example documentation with this theme

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:

About

A clean, three-column Sphinx theme with Bootstrap for the PyData community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.9%
  • SCSS 35.1%
  • HTML 15.4%
  • JavaScript 8.1%
  • Other 0.5%