Skip to content

Commit

Permalink
comment out unneeded line from Jenkins script & document mrc additions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 13, 2015
1 parent deccc8f commit 5095f32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-06-13 Michael R. Crusoe <crusoe@ucdavis.edu>

* Makefile, build-jenkins.sh: unify sphinx dependencies
* scripts/readstats.py: fix typo

2015-06-13 Titus Brown <titus@idyll.org>

* doc/dev/getting-started.rst: update instructions for creating a new
Expand Down
2 changes: 1 addition & 1 deletion jenkins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
#hg clone http://bitbucket.org/mcrusoe/sphinx-contrib
#hg clone http://athyra.ged.msu.edu/~mcrusoe/sphinx-contrib
#pip install --upgrade sphinx-contrib/autoprogram/
pip install -r doc/requirements.txt
#pip install -r doc/requirements.txt # now covered by make install-dep
make doc
fi
make pylint 2>&1 > pylint.out
Expand Down

0 comments on commit 5095f32

Please sign in to comment.