Originally, I was trying to fix an issue from Sphinx that it was trying to evaluate the directives inside our code block of example docstring.
WARNING: [autosummary] failed to import qiskit.dagcircuit.Exceptions.
Possible hints:
* ModuleNotFoundError: No module named 'qiskit.dagcircuit.Exceptions'
* ImportError:
* AttributeError: module 'qiskit.dagcircuit' has no attribute 'Exceptions'
Originally, I was trying to fix an issue from Sphinx that it was trying to evaluate the directives inside our code block of example docstring.
I could not figure out how to fix that.
Instead, I realized we should be pointing to https://qiskit.github.io/qiskit_sphinx_theme/apidocs/index.html. We are currently duplicating docs we already wrote specifically for this context.
--
Likewise, this refreshes the explanation of the metapackage repo.