Skip to content

Commit

Permalink
Merge pull request #425 from astrofrog/fix-docs
Browse files Browse the repository at this point in the history
Pin solara to <1.29 for now due to issue with patched rcParams
  • Loading branch information
astrofrog authored Apr 16, 2024
2 parents 2dd85c2 + 3524d5b commit c61d58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glue_jupyter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def jglue(*args, settings=None, show=False, links=None, **kwargs):
It is typically easiest to call this function without arguments and load
data and add links separately in subsequent calls. However, this function
can also take the same inputs as the `~glue.qglue` function.
can also take the same inputs as the ``qglue`` function in Qt glue.
Once this function is called, it will return a
`~glue_jupyter.JupyterApplication` object, which can then be used to
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ visualtest =
playwright
pytest-playwright
pytest-mpl
solara[pytest]
solara[pytest]<1.29
docs =
sphinx
sphinx-automodapi
Expand Down

0 comments on commit c61d58c

Please sign in to comment.