diff --git a/themes/ampl_sphinx_theme/setup.py b/themes/ampl_sphinx_theme/setup.py index 39437d6..567cb69 100644 --- a/themes/ampl_sphinx_theme/setup.py +++ b/themes/ampl_sphinx_theme/setup.py @@ -63,6 +63,7 @@ def ls_dir(base_dir): "sphinx_design==0.6.1", "sphinx-autobuild==2024.10.3", "sphinxcontrib-googleanalytics==0.4", + "breathe==4.33.1", ], packages=["ampl_sphinx_theme"], package_data={"": ls_dir("ampl_sphinx_theme/")},