From 45288d7875af22623cafd02a9d0e65295c2fc4f1 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Mon, 18 Nov 2024 13:15:54 +0100 Subject: [PATCH] Fix multiversion documentation build (#53) --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index d3c4121..e65e830 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,6 +36,7 @@ "sphinx_copybutton", "myst_parser", "sphinx_design", + "exasol.toolbox.sphinx.multiversion", ] intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}