From 297626cdb8f4cdbb841743fc65fc815cf269d1f6 Mon Sep 17 00:00:00 2001 From: Joe Numainville Date: Wed, 15 Jan 2025 17:45:13 -0600 Subject: [PATCH] wip --- plugins/plotly-express/conf.py | 2 ++ plugins/ui/conf.py | 2 ++ plugins/ui/docs/hooks/use_row_list.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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 ```