Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
61ad5cbc
Commit
61ad5cbc
authored
Jan 24, 2012
by
Kostas Papadimitriou
Browse files
Proper path in sphinx configuration file
for sphinx to be able to access the astakos module
parent
5ed6816e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/conf.py
View file @
61ad5cbc
...
...
@@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# 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
.
path
.
abspath
(
'..
/..
'
))
from
astakos
import
settings
from
django.core.management
import
setup_environ
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment