Skip to content

Commit 9c48cc3

Browse files
Update sphinx requirement from <6,>=3.0.0 to >=3.0.0,<7
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42d92a2 commit 9c48cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_long_description():
3333
'scipy >=1.0.0, <2',
3434
],
3535
extras_require={
36-
'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
36+
'docs': ['sphinx >=3.0.0, <7', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
3737
'tests': ['pytest', 'coverage <8', 'pytest-cov', 'coveralls'],
3838
},
3939
package_data={"csaps": ["py.typed"]},

0 commit comments

Comments
 (0)