Skip to content

Commit 642d736

Browse files
chore: update authorized_user.json and use latest sphinx (#900)
* chore: update authorized_user.json * chore: use latest sphinx * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bb66f56 commit 642d736

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ def docs(session):
137137
"""Build the docs for this library."""
138138

139139
session.install("-e", ".[aiohttp]")
140-
session.install(
141-
"sphinx<3.0.0", "alabaster", "recommonmark", "sphinx-docstring-typing"
142-
)
140+
session.install("sphinx", "alabaster", "recommonmark", "sphinx-docstring-typing")
143141

144142
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
145143
session.run(

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)