Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Add basic infrastructure for Ecosystem theme #469

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Prework for https://github.com/Qiskit/qiskit_sphinx_theme/issues/311.

Registers a new _qiskit-ecosystem theme, which can be built with tox -e ecosystem.

This will allow us to make follow-up improvements like setting up CI and visual regression testing to build the ecosystem theme.

For now, the only difference is removing the top nav bar. Closes https://github.com/Qiskit/qiskit_sphinx_theme/issues/465.

Eric-Arellano commented 1 year ago

I'm going to wait to merge this until qiskit-sphinx-theme 1.13 is shipped because we're still modifying __init__.py. That will make cherry-picks easier.

But ready for review.