Commit 123aee19 authored by Milosz Malczak's avatar Milosz Malczak

docs: changed the paths added for autodoc

parent 20e27334
......@@ -20,11 +20,10 @@ soft_dir = '/home/milosz/Projects/distributed_oscilloscope/software/DistributedO
import os
import sys
sys.path.append(os.path.abspath(soft_dir + 'applications/pyqt_app'))
sys.path.append(os.path.abspath(soft_dir + 'server'))
sys.path.append(os.path.abspath(soft_dir + 'nodes/adc_lib_node'))
#sys.path.append(os.path.abspath(soft_dir + 'applications/pyqt_app'))
# sys.path.append(os.path.abspath(soft_dir + 'server'))
# sys.path.append(os.path.abspath(soft_dir + 'nodes/adc_lib_node'))
sys.path.append(os.path.abspath(soft_dir))
print(sys.path)
# -- General configuration ------------------------------------------------
......
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