Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Jan 15, 2025
1 parent 7d7f533 commit 297626c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/plotly-express/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions plugins/ui/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion plugins/ui/docs/hooks/use_row_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 297626c

Please sign in to comment.