We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392658a commit 64096dcCopy full SHA for 64096dc
1 file changed
packages/gapic-generator/nox.py
@@ -85,7 +85,7 @@ def showcase(session):
85
def docs(session):
86
"""Build the docs."""
87
88
- session.install('sphinx', 'sphinx_rtd_theme')
+ session.install('sphinx < 1.8', 'sphinx_rtd_theme')
89
session.install('.')
90
91
# Build the docs!
0 commit comments