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 11.. include :: README.rst
22
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 `.
310
411Using the API
512-------------
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def docs(session):
141141 """Build the docs for this library."""
142142
143143 session .install ("-e" , "." )
144- session .install ("sphinx" , "alabaster" , "recommonmark" )
144+ session .install ("sphinx<3.0.0 " , "alabaster" , "recommonmark" )
145145
146146 shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
147147 session .run (
You can’t perform that action at this time.
0 commit comments