updates to allow building python docs again, also added checks for requirements to build the python docs

This commit is contained in:
Blake Harnden 2020-04-16 11:32:50 -07:00
parent 78d442b574
commit 5dcf2f45c5
4 changed files with 13 additions and 19 deletions

View file

@ -1031,8 +1031,7 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
"""
Retrieve all the default services of all node types in a session
:param request:
get-default-service request
:param request: get-default-service request
:param context: context object
:return: get-service-defaults response about all the available default services
"""
@ -1050,8 +1049,8 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
) -> SetServiceDefaultsResponse:
"""
Set new default services to the session after whipping out the old ones
:param request: set-service-defaults
request
:param request: set-service-defaults request
:param context: context object
:return: set-service-defaults response
"""