Skip to content

Commit

Permalink
Merge pull request #3 from MasterFacilityList/configure-tests
Browse files Browse the repository at this point in the history
Configure tests
  • Loading branch information
ngash committed Oct 1, 2015
2 parents 6be82df + 92193a5 commit 4402a3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies:
override:
- pip install -r requirements.txt
test:
override:
- sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html

2 changes: 1 addition & 1 deletion docs/01_intro.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Introduction
===============================
==============
This is the publicly accessible side of the Master Facility List.
The main focus of this side is to allow easy location of facilities
and community health units, mainly through search.
Expand Down
Empty file added docs/_static/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx

0 comments on commit 4402a3e

Please sign in to comment.