Skip to content

Commit

Permalink
Merge pull request #89 from arnaucasau/update-sphinx-theme
Browse files Browse the repository at this point in the history
Update Sphinx theme
  • Loading branch information
kevinsung authored Oct 12, 2023
2 parents bf8510d + 94bc31c commit 8c624e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"sphinx_autodoc_typehints",
"reno.sphinxext",
"nbsphinx",
"qiskit_sphinx_theme",
]
templates_path = ["_templates"]
numfig = True
Expand All @@ -60,3 +61,6 @@
nbsphinx_execute = "always"
nbsphinx_widgets_path = ""
exclude_patterns = ["_build", "**.ipynb_checkpoints", "getting_started.ipynb"]

html_theme = "qiskit-ecosystem"
html_title = f"{project} {release}"
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 @@
Qiskit Research documentation
=============================

.. toctree::
:hidden:

Home <self>

Research using Qiskit, demonstrating best practices for running quantum computing experiments.

.. toctree::
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"qiskit-ibmq-provider",
"qiskit-nature~=0.5",
"qiskit-terra==0.23",
"qiskit_sphinx_theme~=1.16.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 8c624e4

Please sign in to comment.