We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8b7be commit 77efe8bCopy full SHA for 77efe8b
CHANGELOG.md
@@ -15,6 +15,8 @@ https://semver.org/spec/v2.0.0.html
15
### Changed
16
- Upgrade `numpy` upper pin to 1.24.
17
- Upgrade `pyshp` upper pin to 2.4.
18
+- Upgrade `sphinx` upper pin to 5.0 and require at least Python 3.6 to
19
+ build the docs.
20
21
### Fixed
22
- Relax `numpy` build dependency to ensure that builds work on MacOS.
packages/basemap/requirements-doc.txt
@@ -1 +1 @@
1
-sphinx >= 3.0, < 3.4; python_version >= "3.5"
+sphinx >= 3.0, < 5.0; python_version >= "3.6"
0 commit comments