[elbe-devel] [PATCH 4/9] docs: sphinx: drop call to make

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Apr 8 15:08:39 CEST 2024


All the necessary sources are now part of the source repository and
don't need to be generated.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/conf.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 0ff82f75bd79..6ad30b2a154a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,13 +19,9 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #
 import os
-import subprocess
 import sys
 sys.path.insert(0, os.path.abspath('..'))
 
-
-subprocess.run(['make'], check=True)
-
 # -- General configuration ------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.

-- 
2.44.0



More information about the elbe-devel mailing list