{"library":"qiskit-sphinx-theme","title":"Qiskit Sphinx Theme","description":"A Sphinx theme for Qiskit and Qiskit Ecosystem projects, currently at version 2.0.0. Provides a consistent look and feel for Qiskit documentation. Releases follow Qiskit's release cadence.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install qiskit-sphinx-theme"],"cli":null},"imports":["from qiskit_sphinx_theme import __version__","html_theme = 'qiskit_sphinx_theme'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# conf.py\nimport os\n\nproject = 'My Qiskit Project'\n# ... other settings\n\nhtml_theme = 'qiskit_sphinx_theme'\nhtml_theme_options = {\n    'logo_only': False,\n    'display_version': True,\n}\n\n# Ensure the extension is loaded\n# extensions list may include qiskit_sphinx_theme if needed\n","lang":"python","description":"Basic Sphinx configuration using qiskit-sphinx-theme as the HTML theme.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}