Skip to content

Files

Latest commit

e0c2431 · Jan 26, 2025

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 30, 2024
Sep 12, 2022
Sep 29, 2023
Jan 26, 2025
Jun 18, 2021
Sep 5, 2022
Aug 14, 2022
Jan 25, 2024
Sep 2, 2022
Sep 12, 2022
Oct 9, 2022
Dec 30, 2022
Sep 26, 2023
Dec 31, 2023
Sep 29, 2023
Sep 12, 2022
Dec 20, 2023
Jul 25, 2022
Jun 2, 2020
Sep 12, 2022

Building the seaborn docs

Building the docs requires additional dependencies; they can be installed with pip install seaborn[stats,docs].

The build process involves conversion of Jupyter notebooks to rst files. To facilitate this, you may need to set NB_KERNEL environment variable to the name of a kernel on your machine (e.g. export NB_KERNEL="python3"). To get a list of available Python kernels, run jupyter kernelspec list.

After you're set up, run make notebooks html from the doc directory to convert all notebooks, generate all gallery examples, and build the documentation itself. The site will live in _build/html.

Run make clean to delete the built site and all intermediate files. Run make -C docstrings clean or make -C tutorial clean to remove intermediate files for the API or tutorial components.

If your goal is to obtain an offline copy of the docs for a released version, it may be easier to clone the website repository or to download a zipfile corresponding to a specific version.