From 8983eb9139df13d1b3ba5c60a4cf2bb26dd60727 Mon Sep 17 00:00:00 2001 From: Cesare Falco Date: Wed, 27 Jan 2021 19:26:13 +0100 Subject: [PATCH] Remove sphinxcontrib.rsvgconverter, which Forwarded: no seems nowhere to be found (at least on Ubuntu). Gbp-Pq: Name sphinx_remove_unresolved_module.patch --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d5c5565e8..cf9059181 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - 'sphinxcontrib.rsvgconverter', 'edit_on_github' ] -- 2.30.2