updates to allow building python docs again, also added checks for requirements to build the python docs
This commit is contained in:
parent
78d442b574
commit
5dcf2f45c5
4 changed files with 13 additions and 19 deletions
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# extra cruft to remove
|
||||
DISTCLEANFILES = conf.py Makefile Makefile.in stamp-vti *.rst
|
||||
|
||||
all: index.rst
|
||||
all: html
|
||||
|
||||
# auto-generated Python documentation using Sphinx
|
||||
index.rst:
|
||||
|
|
|
@ -121,7 +121,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
#html_static_path = ['_static']
|
||||
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue