Skip to content

Commit

Permalink
Update noxfile.py template. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Apr 23, 2019
1 parent 4135b46 commit 20e963b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def cover(session):
def docs(session):
"""Build the docs for this library."""

session.install('-e', '.')
session.install('sphinx', 'alabaster', 'recommonmark')

shutil.rmtree(os.path.join('docs', '_build'), ignore_errors=True)
Expand Down

0 comments on commit 20e963b

Please sign in to comment.