Skip to content

Commit d0f7803

Browse files
authored
Merge branch 'main' into fix/uninstall-ghplugin
2 parents 0da5764 + d5846c0 commit d0f7803

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
* Fixed bug in `compas.utilities.linspace` for number series with high precision start and stop values.
3737
* Fixed uncentered viewbox in `Plotter.zoom_extents()`
3838
* Changed `RobotModelArtists.atteched_tool_models` to dictionary to support multiple tools.
39+
* Locked `sphinx` to 4.5.
3940
* Fixed source directory path in `compas_ghpython.uninstall` plugin.
4041
* Fixed bug in`compas_ghpython.components`that ignored input list of `.ghuser` objects to uninstall.
4142

docs/gettingstarted/grasshopper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ recognizes the changes. To avoid restarting Rhino, you can use the function
6060
6161
unload_modules('compas_fab')
6262
63+
.. note::
64+
65+
Prefer using `unload_modules` as early as possible in your grasshopper
66+
workflow. Re-loading modules later might result, for example,
67+
in COMPAS not being able to find an `Artist` as well as other issues
68+
related to a mid-workflow re-definition of Python types.
69+

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nbsphinx
1414
pydocstyle
1515
pytest <7.1
1616
sphinx_compas_theme >=0.15.18
17-
sphinx >=3.4
17+
sphinx ==4.5
1818
twine
1919
wheel
2020
jinja2 >= 3.0

0 commit comments

Comments
 (0)