| description: | Here is the guide on how to install Shibuya Sphinx theme. |
|---|
.. rst-class:: lead 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.
Shibuya is conveniently available as a Python package on PyPI and can be easily installed using pip and uv.
.. tab-set::
:class: outline
.. tab-item:: :iconify:`devicon:pypi` pip
.. code-block:: bash
pip install shibuya
.. tab-item:: :iconify:`material-icon-theme:uv` uv
.. code-block:: bash
uv add --dev shibuya
Hint
If you're new to Sphinx, we recommend reading the official tutorial for a solid understanding of the platform and its features.
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.
Don't forget to update your Sphinx documentation configuration file conf.py:
html_theme = "shibuya"Your documentation should be using Shibuya theme now.