Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
add deps to tox.ini, add doc/build_tech_preview to .gitignore (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallecarlwa authored and jgu17 committed May 12, 2019
1 parent d4d2e68 commit a7db91c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ develop-eggs

# Sphinx
doc/build
doc/build_tech_preview

3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ deps =
[testenv:docs_tech_preview]
basepython = python3
commands = sphinx-build -b html doc/source_tech_preview doc/build_tech_preview/html
deps =
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/doc/test-requirements.txt

[testenv:spelling]
deps =
Expand Down

0 comments on commit a7db91c

Please sign in to comment.