From 6fa06da5555fb4319670b41bc137dae1890aa734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20G=C3=B3mez=20Romera?= Date: Sun, 1 Oct 2023 13:52:15 +0200 Subject: [PATCH] Revert upgrade config for ReadtheDocs #18 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e284e382..15c11319 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ firstrun.createDatabase(conf_dir + "databank.db") -import equipment +from equipment import * # -- General configuration ------------------------------------------------