Skip to content

Commit 78a4d00

Browse files
authored
Merge pull request #1050 from Licini/workflow
Lock sphinx version
2 parents 31dc3e1 + f96e025 commit 78a4d00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

4041
### Removed
4142

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)