Skip to content

Commit cda980c

Browse files
committed
Add patch numbers to env requirements
1 parent f3252c1 commit cda980c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

doc/references.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
References
2-
==========
1+
Bibliographic References
2+
========================
33

44
.. [Roberts_etal2017] Roberts, D. R., Bahn, V., Ciuti, S., Boyce, M. S., Elith, J., Guillera‐Arroita, G., et al. (2017). Cross-validation strategies for data with temporal, spatial, hierarchical, or phylogenetic structure. Ecography, 40(8), 913–929. https://doi.org/10.1111/ecog.02881
55
.. [Sandwell1987] Sandwell, D. T. (1987). Biharmonic spline interpolation of GEOS-3 and SEASAT altimeter data. Geophysical Research Letters, 14(2), 139–142. https://doi.org/10.1029/GL014i002p00139

env/requirements-docs.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
sphinx==7.2.*
2-
sphinx-book-theme==1.1.*
3-
sphinx-gallery==0.15.*
4-
sphinx-copybutton==0.5.*
5-
sphinx-design==0.5.*
6-
matplotlib==3.8.*
1+
# Documentation building requirements
2+
sphinx==7.2.6
3+
sphinx-book-theme==1.1.0
4+
sphinx-gallery==0.15.0
5+
sphinx-copybutton==0.5.2
6+
sphinx-design==0.5.0
7+
matplotlib==3.8.2
78
cartopy>=0.20
89
pyproj
9-
pygmt==0.11.*
10-
gmt==6.5.*
10+
pygmt==0.11.0
11+
gmt==6.5.0
1112
ipython

0 commit comments

Comments
 (0)