This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch release-2.34.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.34.0 by this push:
     new 86e2e0e  [BEAM-13143] Fix python doc generator error.
     new bec9149  Merge pull request #15906 from ibzib/BEAM-13143-cp
86e2e0e is described below

commit 86e2e0ed7736c97e843d3120940dd6dd7d36d2db
Author: Kyle Weaver <kcwea...@google.com>
AuthorDate: Thu Oct 28 15:09:06 2021 -0700

    [BEAM-13143] Fix python doc generator error.
---
 sdks/python/tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index ca3e0b8..4fc99d3 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -142,6 +142,7 @@ extras = test,gcp,docs,interactive,dataframe
 deps =
   Sphinx==1.8.5
   sphinx_rtd_theme==0.4.3
+  docutils<0.18
 commands =
   time {toxinidir}/scripts/generate_pydoc.sh
 

Reply via email to