diff --git a/docs/_static/images/qiskit-dark-logo.svg b/docs/_static/images/qiskit-dark-logo.svg
new file mode 100644
index 00000000..b5208908
--- /dev/null
+++ b/docs/_static/images/qiskit-dark-logo.svg
@@ -0,0 +1,178 @@
+
+
diff --git a/docs/_static/images/qiskit-light-logo.svg b/docs/_static/images/qiskit-light-logo.svg
new file mode 100644
index 00000000..25b27dd3
--- /dev/null
+++ b/docs/_static/images/qiskit-light-logo.svg
@@ -0,0 +1,178 @@
+
+
diff --git a/docs/conf.py b/docs/conf.py
index 1448e0ba..ec2bb546 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -80,7 +80,10 @@
"source_repository": "https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/",
"source_branch": "main",
"source_directory": "docs/",
+ "dark_logo": "images/qiskit-dark-logo.svg",
+ "light_logo": "images/qiskit-light-logo.svg",
}
+html_static_path = ["_static"]
# autodoc/autosummary options
autosummary_generate = True
diff --git a/pyproject.toml b/pyproject.toml
index a3293c31..ead9dc1c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -74,7 +74,7 @@ docs = [
"nbsphinx>=0.8.8",
"sphinx-copybutton>=0.5.0",
"reno>=3.4.0",
- "qiskit-sphinx-theme>=1.14.0, <2"
+ "qiskit-sphinx-theme>=2.0.0, <3"
]
notebook-dependencies = [
"matplotlib",