Starting on packaging docs.

This commit is contained in:
Todd Gamblin
2013-12-25 15:30:42 -08:00
parent 354c8a281b
commit 4ff8766a22
3 changed files with 98 additions and 77 deletions

View File

@@ -19,7 +19,8 @@
sys.path.insert(0, os.path.abspath('exts'))
# Add the Spack bin directory to the path so that we can use its output in docs.
os.environ['PATH'] += os.pathsep + '../../../bin'
os.environ['SPACK_ROOT'] = '../../..'
os.environ['PATH'] += os.pathsep + '$SPACK_ROOT/bin'
# Set an environment variable so that colify will print output like it would to
# a terminal.