From f642443851cc66afcb55ced56dbc7026754f955e Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 9 Aug 2018 18:31:41 +0300 Subject: [PATCH] Detect sphinx theme directly in conf.py.in file (additional commit) --- doc/salome/gui/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/salome/gui/conf.py.in b/doc/salome/gui/conf.py.in index 8a6e003f0..fb4fa7094 100644 --- a/doc/salome/gui/conf.py.in +++ b/doc/salome/gui/conf.py.in @@ -12,6 +12,7 @@ # serve to show the default. import sys, os +import sphinx # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it -- 2.39.2