We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31dc3e1 + f96e025 commit 78a4d00Copy full SHA for 78a4d00
CHANGELOG.md
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
* Fixed bug in `compas.utilities.linspace` for number series with high precision start and stop values.
37
* Fixed uncentered viewbox in `Plotter.zoom_extents()`
38
* Changed `RobotModelArtists.atteched_tool_models` to dictionary to support multiple tools.
39
+* Locked `sphinx` to 4.5.
40
41
### Removed
42
requirements-dev.txt
@@ -14,7 +14,7 @@ nbsphinx
14
pydocstyle
15
pytest <7.1
16
sphinx_compas_theme >=0.15.18
17
-sphinx >=3.4
+sphinx ==4.5
18
twine
19
wheel
20
jinja2 >= 3.0
0 commit comments