Commit 3cd3226c authored by Milosz Malczak's avatar Milosz Malczak

docs: modified conf.py to build graphics

parent 8b998a27
......@@ -25,6 +25,9 @@ import sys
# sys.path.append(os.path.abspath(soft_dir + 'nodes/adc_lib_node'))
sys.path.append(os.path.abspath(soft_dir))
import subprocess
subprocess.call("cd graphics/;sh svg_to_png.sh;cd ../", shell=True)
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment