Accordion Groups
Use group="name" to create accordion behavior — only one section in the group can be open at a time.
FAQ Accordion
Click one section and the others close automatically:
What is Great Docs?
Great Docs is a documentation site generator for Python packages. It builds beautiful, searchable API reference sites from your docstrings.
How do I install it?
Install with pip:
pip install great-docsOr with uv:
uv add great-docsWhat Python versions are supported?
Great Docs supports Python 3.9 and later.
Is it free?
Yes! Great Docs is open source under the MIT license.
Multiple Groups
Different groups operate independently. Sections in the “install” group don’t affect the “config” group.
Installation options:
pip
pip install great-docsconda
conda install great-docsuv
uv add great-docsConfiguration files:
great-docs.yml
The main configuration file for your documentation site.
pyproject.toml
Package metadata is read from pyproject.toml automatically.
_quarto.yml
Quarto configuration is generated automatically by Great Docs.