From 642d7364bd9f2bc8c694823748a16eee70158877 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 26 Oct 2021 10:02:29 -0600 Subject: chore: update authorized_user.json and use latest sphinx (#900) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- noxfile.py | 4 +--- system_tests/secrets.tar.enc | Bin 10323 -> 10323 bytes 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/noxfile.py b/noxfile.py index 885dbd6..efb367e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -137,9 +137,7 @@ def docs(session): """Build the docs for this library.""" session.install("-e", ".[aiohttp]") - session.install( - "sphinx<3.0.0", "alabaster", "recommonmark", "sphinx-docstring-typing" - ) + session.install("sphinx", "alabaster", "recommonmark", "sphinx-docstring-typing") shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) session.run( diff --git a/system_tests/secrets.tar.enc b/system_tests/secrets.tar.enc index 58c59ed..3f42f87 100644 Binary files a/system_tests/secrets.tar.enc and b/system_tests/secrets.tar.enc differ -- cgit v1.2.3