diff --git a/docs/_static/.gitkeep b/docs/_static/.gitkeep
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/docs/_static/logo-dark.svg b/docs/_static/logo-dark.svg
new file mode 100644
index 0000000000..576604a93e
--- /dev/null
+++ b/docs/_static/logo-dark.svg
@@ -0,0 +1,42 @@
+
+
diff --git a/docs/_static/logo-light.svg b/docs/_static/logo-light.svg
new file mode 100644
index 0000000000..878d1658b7
--- /dev/null
+++ b/docs/_static/logo-light.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/docs/conf.py b/docs/conf.py
index 25851142dc..fd1b603924 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -95,6 +95,8 @@
# documentation.
#
html_theme_options = {
+ "light_logo": "_static/logo-light.svg",
+ "dark_logo": "_static/logo-dark.svg",
"github_url": "https://github.com/getsentry/sentry-python",
}