Skip to content

Commit

Permalink
MNT install numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 21, 2020
1 parent 7095efa commit 33ca643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
MINICONDA_PATH: ~/miniconda
- image: circleci/postgres:9.6.2
environment:
POSTGRES_USER: mrramp
POSTGRES_USER: mrrampmaster_doc = 'index'

POSTGRES_PASSWORD: mrramp
POSTGRES_DB: databoard_test
environment:
Expand Down
1 change: 1 addition & 0 deletions ci_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ source activate testenv
pip install -r requirements.txt --progress-bar off
pip install sphinx sphinx_rtd_theme --progress-bar off
pip install sphinx-gallery sphinx-click
pip install numpydoc
pip install .

# The pipefail is requested to propagate exit code
Expand Down

0 comments on commit 33ca643

Please sign in to comment.