Skip to content

Commit 64096dc

Browse files
Pin Sphinx below 1.8.0. (#32)
Sphinx 1.8.0 introduces a bug in string-specified type annotations which I can not work around at the moment.
1 parent 392658a commit 64096dc

File tree

1 file changed

+1
-1
lines changed
  • packages/gapic-generator

1 file changed

+1
-1
lines changed

packages/gapic-generator/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def showcase(session):
8585
def docs(session):
8686
"""Build the docs."""
8787

88-
session.install('sphinx', 'sphinx_rtd_theme')
88+
session.install('sphinx < 1.8', 'sphinx_rtd_theme')
8989
session.install('.')
9090

9191
# Build the docs!

0 commit comments

Comments
 (0)