Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
71914204
Commit
71914204
authored
10 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Switched OST path
parent
9e7f14b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/CMakeLists.txt
+1
-1
1 addition, 1 deletion
doc/CMakeLists.txt
doc/conf.py.in
+2
-2
2 additions, 2 deletions
doc/conf.py.in
with
3 additions
and
3 deletions
doc/CMakeLists.txt
+
1
−
1
View file @
71914204
...
...
@@ -28,7 +28,7 @@ set(_SPHINX_CONF_SUBST_DICT PROMOD3_VERSION_MAJOR="${PROMOD3_VERSION_MAJOR}"
PYTHON_DOC_URL=
"
${
PYTHON_DOC_URL
}
"
LIB_STAGE_PATH=
"
${
LIB_STAGE_PATH
}
"
PYTHON_VERSION=
"
${
PYTHON_VERSION
}
"
OST_
ROOT=
"
${
OST_ROOT
}
"
OST_
PYMOD_PATH=
"
${
OST_PYMOD_PATH
}
"
OST_DOC_URL=
"
${
OST_DOC_URL
}
"
LIB_DIR=
"
${
LIB_DIR
}
"
)
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py.in
+
2
−
2
View file @
71914204
...
...
@@ -20,7 +20,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, '@LIB_STAGE_PATH@/python@PYTHON_VERSION@/site-packages')
sys.path.insert(1, '@OST_
ROOT@/@LIB_DIR@/python@PYTHON_VERSION@/site-packages
')
sys.path.insert(1, '@OST_
PYMOD_PATH@
')
# -- General configuration -----------------------------------------------------
...
...
@@ -282,7 +282,7 @@ rst_epilog = """
doctest_global_setup = """
import sys
sys.path.insert(0, '@LIB_STAGE_PATH@/python@PYTHON_VERSION@/site-packages')
sys.path.insert(1, '@OST_
ROOT@/@LIB_DIR@/python@PYTHON_VERSION@/site-packages
')
sys.path.insert(1, '@OST_
PYMOD_PATH@
')
import ost
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment