noritada / pydata-sphinx-theme

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

Home Page:https://pydata-sphinx-theme.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The PyData Sphinx Theme

pypi conda-forge continuous-integration docs codecov

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

demo site

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 demo 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

https://pydata-sphinx-theme.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:SCSS 38.5%Language:Python 35.1%Language:HTML 18.8%Language:JavaScript 7.1%Language:Makefile 0.4%Language:CSS 0.1%