Skip to content

Commit

Permalink
add a hook to also build docs on ci (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden authored and danielhuppmann committed Jun 4, 2018
1 parent 1a62f5c commit 4b89848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- run:
name: Python3 Tests
command: docker run ixmp/ixmp:latest python3 -m pytest /ixmp/tests
- run:
name: Build Docs
command: docker run ixmp/ixmp:latest /bin/bash -c 'cd /ixmp/doc && pip3 install -r requirements.txt && make html'

7 changes: 7 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sphinx
sphinxcontrib-bibtex
sphinxcontrib-fulltoc
numpydoc
cloud_sptheme
nbformat
jupyter

0 comments on commit 4b89848

Please sign in to comment.