Skip to content

Commit

Permalink
Update Sphinx theme (#32)
Browse files Browse the repository at this point in the history
* Update Sphinx theme

* Update conf.py
  • Loading branch information
arnaucasau authored Oct 26, 2023
1 parent 04392ea commit 9766be4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 3 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'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']
Expand All @@ -66,14 +66,8 @@

# 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'

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Welcome to the documentation of qiskit-neko
===========================================

.. toctree::
:hidden:

Home <self>

.. toctree::

config
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9766be4

Please sign in to comment.