diff --git a/debian/changelog b/debian/changelog
index 2ee79559e5da4a657fc0183b0bee0c4d8f02f762..cafd5338a611120704bbbd9b4a1acc2f5ed583a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-microversion-parse (1.0.1-3) unstable; urgency=medium
+
+  * Add remove-intersphinx.patch (Closes: #1090149).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 16 Dec 2024 16:00:33 +0100
+
 python-microversion-parse (1.0.1-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/patches/remove-intersphinx.patch b/debian/patches/remove-intersphinx.patch
new file mode 100644
index 0000000000000000000000000000000000000000..3d5a8a7aa76b75d700ef22c3bff6779d235f22df
--- /dev/null
+++ b/debian/patches/remove-intersphinx.patch
@@ -0,0 +1,16 @@
+Description: Remove intersphinx
+Author: Thomas Goirand <zigo@debian.org>
+Bug-Debian: https://bugs.debian.org/1090149
+Forwarded: no
+Last-Update: 2024-12-16
+
+--- python-microversion-parse-1.0.1.orig/doc/source/conf.py
++++ python-microversion-parse-1.0.1/doc/source/conf.py
+@@ -27,7 +27,6 @@
+ # ones.
+ extensions = [
+     'sphinx.ext.autodoc',
+-    'sphinx.ext.intersphinx',
+     'openstackdocstheme'
+ ]
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000000000000000000000000000000000000..b79cec22c8125229c6ba91348fe826ebc6714773
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-intersphinx.patch