File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
.. include :: README.rst
2
2
3
+ .. note ::
4
+
5
+ Because this client uses :mod: `grpcio ` library, it is safe to
6
+ share instances across threads. In multiprocessing scenarios, the best
7
+ practice is to create client instances *after * the invocation of
8
+ :func: `os.fork ` by :class: `multiprocessing.Pool ` or
9
+ :class: `multiprocessing.Process `.
3
10
4
11
Using the API
5
12
-------------
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def docs(session):
141
141
"""Build the docs for this library."""
142
142
143
143
session .install ("-e" , "." )
144
- session .install ("sphinx" , "alabaster" , "recommonmark" )
144
+ session .install ("sphinx<3.0.0 " , "alabaster" , "recommonmark" )
145
145
146
146
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
147
147
session .run (
You can’t perform that action at this time.
0 commit comments