This moves all individual documentation pages—except for tutorials.rst and release_notes.rst—to Terra. We now load them via Git.
It also now loads _templates and source_images from Terra, for less duplication.
Even though this setup is awkward, it makes progress on emptying the metapackage. It will make the final migration smaller and easier to review, so less risky.
--
Note that now these individual pages will be tied to the Terra version. So, we need to backport changes to these docs.
--
To simplify this PR, I removed the DOCS_FROM_MASTER feature, which was not used in CI or anywhere.
I also tweaked the functionality of docs currently existing. We now will delete them at the end of the run. And we don't clone tutorials if they already existed.
Closes https://github.com/Qiskit/qiskit-metapackage/issues/1722.
This moves all individual documentation pages—except for tutorials.rst and release_notes.rst—to Terra. We now load them via Git.
It also now loads
_templates
andsource_images
from Terra, for less duplication.Even though this setup is awkward, it makes progress on emptying the metapackage. It will make the final migration smaller and easier to review, so less risky.
--
Note that now these individual pages will be tied to the Terra version. So, we need to backport changes to these docs.
--
To simplify this PR, I removed the
DOCS_FROM_MASTER
feature, which was not used in CI or anywhere.I also tweaked the functionality of docs currently existing. We now will delete them at the end of the run. And we don't clone tutorials if they already existed.