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.
1 parent 0a6565b commit 28e3409Copy full SHA for 28e3409
CHANGELOG.md
@@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
12
13
## [1.3.8]
14
15
+### Changed
16
+- Upgrade documentation dependencies.
17
+
18
### Fixed
19
- Downgrade upper pin for Cython requirement from 3.1 to 3.0 due to
20
build error triggered by `_geoslib.pyx` (solves issue [#581]).
packages/basemap/requirements-doc.txt
@@ -1 +1,2 @@
1
-sphinx >= 3.0, < 5.0; python_version >= "3.6"
+sphinx >= 5.3, < 6.3; python_version >= "3.6"
2
+furo >= 2022.4.7, < 2023.5.21; python_version >= "3.6"
0 commit comments