diff --git a/plugins/plotly-express/conf.py b/plugins/plotly-express/conf.py index e20cfdb4b..ca057cb27 100644 --- a/plugins/plotly-express/conf.py +++ b/plugins/plotly-express/conf.py @@ -39,6 +39,8 @@ # options for sphinx_autodoc_typehints always_use_bars_union = True +myst_all_links_external = True + from deephaven_server import Server # need a server instance to pull types from the autodocs diff --git a/plugins/ui/conf.py b/plugins/ui/conf.py index e111513dc..3452986d8 100644 --- a/plugins/ui/conf.py +++ b/plugins/ui/conf.py @@ -43,5 +43,7 @@ from deephaven_server import Server +myst_all_links_external = True + # need a server instance to pull types from the autodocs Server(port=10075) diff --git a/plugins/ui/docs/hooks/use_row_list.md b/plugins/ui/docs/hooks/use_row_list.md index ef6539ead..2be3c1bb1 100644 --- a/plugins/ui/docs/hooks/use_row_list.md +++ b/plugins/ui/docs/hooks/use_row_list.md @@ -98,5 +98,5 @@ table_row_list = ui_table_row_list( ## API reference ```{eval-rst} -.. dhaufunction:: deephaven.ui.use_row_list +.. dhautofunction:: deephaven.ui.use_row_list ```