Skip to content

Commit

Permalink
Using http instead of https to make CircleCI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed May 18, 2017
1 parent 91bce1a commit 9b6fa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def docs(session):
# Install Sphinx and also all of the google-cloud-* packages.
session.chdir(os.path.realpath(os.path.dirname(__file__)))
session.install(
'git+https://github.com/sphinx-doc/sphinx/', 'sphinx_rtd_theme')
'git+http://github.com/sphinx-doc/sphinx/', 'sphinx_rtd_theme')
session.install(
'core/', 'bigquery/', 'bigtable/', 'datastore/', 'dns/', 'language/',
'logging/', 'error_reporting/', 'monitoring/', 'pubsub/',
Expand Down

0 comments on commit 9b6fa3c

Please sign in to comment.