Installation¶
Install the shibuya theme as a Python package.
Shibuya is a theme for Sphinx, a popular static site generator for documentation. It is the default documentation generator for Python projects.
pip install¶
Shibuya is conveniently available as a Python package on PyPI and can be easily installed using pip.
pip install shibuya
Hint
If you’re new to Sphinx, we recommend reading the official tutorial for a solid understanding of the platform and its features.
requirements.txt¶
If you’re tracking dependencies in requirements.txt
, you can create a separate
requirements file for your documentation, such as requirements-docs.txt
, and
add shibuya
to that file to ensure it is included in your documentation build.
Using shibuya theme¶
Don’t forget to update your Sphinx documentation configuration file conf.py
:
html_theme = "shibuya"
Your documentation should be using Shibuya theme now.