From 8801a24db1ad8267ec04fd4d480c11b5487ae294 Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Thu, 27 Jul 2023 05:43:39 -0400 Subject: [PATCH] Minor correction to conf.py (#22) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 88ce2f0f..e02e8d13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,7 +109,7 @@ # A list of prefixes that are ignored for sorting the Python module index # (e.g., if this is set to ['foo.'], then foo.bar is shown under B, not F). -modindex_common_prefix = ["qiskit."] +modindex_common_prefix = ["qiskit_algorithms."] intersphinx_mapping = { "python": ("https://docs.python.org/3", None),