Skip to content

Commit e053068

Browse files
committed
Remove absolute path in conf.py.
1 parent e9be09e commit e053068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
# add these directories to sys.path here. If the directory is relative to the
5353
# documentation root, use os.path.abspath to make it absolute, like shown here.
5454
#sys.path.insert(0, os.path.abspath('/home/veeresht//Development/commpy-dev/commpy-dev-py27/commpy/commpy'))
55-
sys.path.insert(0, os.path.abspath('/home/bastien/Documents/These/CommPy'))
56-
# sys.path.insert(0, os.path.abspath('sphinxext'))
55+
sys.path.insert(0, os.path.abspath('sphinxext'))
5756
# -- General configuration -----------------------------------------------------
5857

5958
# If your documentation needs a minimal Sphinx version, state it here.

0 commit comments

Comments
 (0)