Skip to content

Commit

Permalink
doc fix; build_docs.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Sep 12, 2017
1 parent b590c6d commit e0250c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python setup.py build_sphinx
rm -r ../prisms_jobs_docs/*
cp -r doc/build/html/* ../prisms_jobs_docs
cp doc/source/README.md ../prisms_jobs_docs/
cd ../prisms_jobs_docs && git add -u && git push
2 changes: 1 addition & 1 deletion doc/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Environment variables (typically not necessary):
checking for the 'sbatch' executable). The ``'default'`` module provides stubs to
enable testing/use on systems with no job management software. If ``PRISMS_JOBS_SOFTWARE``
is set to any other value, it is treated as the name of a Python module containing
a custom interface which ``pbs`` will attempt to import and use.
a custom interface which ``prisms_jobs`` will attempt to import and use.

- ``PRISMS_JOBS_UPDATE``:

Expand Down

0 comments on commit e0250c1

Please sign in to comment.