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 7
7
- pdf
8
8
9
9
python :
10
- version : 3.7
10
+ version : " 3.8 "
11
11
install :
12
12
- 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 178
178
+ HBASE_REQUIRED
179
179
)
180
180
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
+
181
188
DEV_REQUIRED = ["mypy-protobuf==3.1" , "grpcio-testing==1.*" ] + CI_REQUIRED
182
189
183
190
# Get git repo root directory
@@ -480,6 +487,7 @@ def copy_extensions_to_source(self):
480
487
"ge" : GE_REQUIRED ,
481
488
"hbase" : HBASE_REQUIRED ,
482
489
"go" : GO_REQUIRED ,
490
+ "docs" : DOCS_REQUIRED ,
483
491
},
484
492
include_package_data = True ,
485
493
license = "Apache" ,
You can’t perform that action at this time.
0 commit comments