Skip to content

Commit

Permalink
BLD: Mkdocstring install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinegarrahan committed Aug 14, 2020
1 parent 534cbdb commit 2d583b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ script:
- set -e
- |
if [[ "${BUILD_DOCS:=0}" == '1' && $LUME_EPICS_REPO == 'slaclab' ]]; then
pip install -r docs-requirements.txt
mkdocs build -c -d site
# Publish docs.
doctr deploy . --deploy-branch-name gh-pages
Expand Down
11 changes: 0 additions & 11 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
pre-commit
black
mkdocs
pytest
pcaspy
pyepics
p4p
numpy
bokeh
lume-model
mkdocs
mkdocstrings

0 comments on commit 2d583b1

Please sign in to comment.