Skip to content

Commit

Permalink
Adding passenv for tox -e docs.
Browse files Browse the repository at this point in the history
Without it, the `master` docs just show the last version
rather than the last commit.

See googleapis#880 for context.
  • Loading branch information
dhermes committed Jun 26, 2015
1 parent 7dece69 commit 5802aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commands =
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
deps =
Sphinx
passenv = {[testenv:regression]passenv} SPHINX_RELEASE

[pep8]
exclude = gcloud/datastore/_datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/
Expand Down

0 comments on commit 5802aee

Please sign in to comment.