From 2446442831b0404b5b2f94255055446cf49481eb Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:45:18 -0500 Subject: [PATCH] Reactive the viewcode extension for docs --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index cd8c015f7f97..529327f59edf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,8 @@ "sphinx.ext.autosummary", "sphinx.ext.intersphinx", "sphinx.ext.doctest", + # This is used by qiskit/documentation to generate links to github.com. + "sphinx.ext.viewcode", "matplotlib.sphinxext.plot_directive", "reno.sphinxext", "sphinxcontrib.katex",