Update Sphinx theme (#32)

* Update Sphinx theme

* Update conf.py
This commit is contained in:
Arnau Casau 2023-10-26 02:15:33 +02:00 committed by GitHub
parent 04392eaf3c
commit 9766be4b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 10 deletions

View File

@ -41,7 +41,7 @@ extensions = ['sphinx.ext.autodoc',
'jupyter_sphinx',
'reno.sphinxext',
'sphinx.ext.intersphinx',
"sphinxcontrib.jquery", # Remove when changing html_theme to qiskit_ecosystem.
'qiskit_sphinx_theme',
]
html_static_path = ['_static']
templates_path = ['_templates']
@ -66,14 +66,8 @@ autoclass_content = 'both'
# HTML Output Options
html_theme = 'qiskit_sphinx_theme'
html_theme_options = {
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
}
html_theme = "qiskit-ecosystem"
html_title = f"{project} {release}"
htmlhelp_basename = 'qiskit-neko'

View File

@ -2,6 +2,11 @@
Welcome to the documentation of qiskit-neko
===========================================
.. toctree::
:hidden:
Home <self>
.. toctree::
config

View File

@ -2,7 +2,7 @@ black~=22.0
astroid==2.9.2
pylint==2.12.2
Sphinx>=3.0.0
qiskit-sphinx-theme~=1.11.1
qiskit-sphinx-theme~=1.16.0
sphinx-autodoc-typehints
jupyter-sphinx
pygments>=2.4