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

Switch Tox commands to `-e qiskit` and `-e pytorch` #471

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Before: tox -e docs and THEME=qiskit_sphinx_theme tox -e docs After: tox -e qiskit and tox -e pytorch

They both have their own dedicated output folders, so we can build both themes at the same time.

This is all prework for adding the Ecosystem theme. We will want tox -e ecosystem soon.

This also renames tox -e docs-clean to tox -e clean, given that the whole point of this repo is documentation.

Finally, it removes a stale Makefile that's superseded by Tox.