projects
/
diaspy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d90bfe
)
Please work!
author
Moritz Kiefer
<moritz.kiefer@gmail.com>
Tue, 15 Jan 2013 17:32:04 +0000
(18:32 +0100)
committer
Moritz Kiefer
<moritz.kiefer@gmail.com>
Tue, 15 Jan 2013 17:33:01 +0000
(18:33 +0100)
docs/source/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/docs/source/conf.py
b/docs/source/conf.py
index aee818c779da418ac453b08e71be1638b134f7fa..7f47030e4dbb9f28a8ba5f8f6ece4da191cf9872 100644
(file)
--- a/
docs/source/conf.py
+++ b/
docs/source/conf.py
@@
-18,7
+18,7
@@
import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
-sys.path.insert(0, os.pa
rdir
)
+sys.path.insert(0, os.pa
th.abspath(os.path.join(os.pardir, os.pardir))
)
# -- General configuration -----------------------------------------------------