From a8b44c2697ecf546cce480e52760ce2162c69634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20G=C3=B3mez=20Romera?= Date: Sun, 1 Oct 2023 12:18:57 +0200 Subject: [PATCH] Revert upgrade config for ReadtheDocs #17 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3828b53b..e284e382 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ sys.path.insert(0, os.path.abspath('.')) print(sys.path) import glob -print(glob.glob("*/")) +print(glob.glob("../*/")) autodoc_mock_imports = ['sip', 'PyQt6', 'PyQt6.QtGui', 'PyQt6.QtCore', 'PyQt6.QtWidgets']