File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 77 - pdf
88
99python :
10- version : 3.7
10+ version : " 3.8 "
1111 install :
1212 - requirements : sdk/python/docs/requirements.txt
Original file line number Diff line number Diff line change 1- -e ".[ci ]"
1+ -e ".[docs ]"
Original file line number Diff line number Diff line change 178178 + HBASE_REQUIRED
179179)
180180
181+
182+ # rtd builds fail because of mysql not being installed in their environment.
183+ # We can add mysql there, but it's not strictly needed. This will be faster for builds.
184+ DOCS_REQUIRED = CI_REQUIRED
185+ for _r in MYSQL_REQUIRED :
186+ DOCS_REQUIRED .remove (_r )
187+
181188DEV_REQUIRED = ["mypy-protobuf==3.1" , "grpcio-testing==1.*" ] + CI_REQUIRED
182189
183190# Get git repo root directory
@@ -480,6 +487,7 @@ def copy_extensions_to_source(self):
480487 "ge" : GE_REQUIRED ,
481488 "hbase" : HBASE_REQUIRED ,
482489 "go" : GO_REQUIRED ,
490+ "docs" : DOCS_REQUIRED ,
483491 },
484492 include_package_data = True ,
485493 license = "Apache" ,
You can’t perform that action at this time.
0 commit comments