diff --git a/docs/conf.py b/docs/conf.py index 220617c..a051839 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ "breathe", ] -breathe_projects = {"mqt-debugger": "doxygen/xml"} +breathe_projects = {"mqt.debugger": "doxygen/xml"} breathe_default_project = "MQT Debugger" pygments_style = "colorful"