We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950fdf8 commit 0962856Copy full SHA for 0962856
2 files changed
.readthedocs.yaml
@@ -5,7 +5,7 @@ version: 2
5
build:
6
os: "ubuntu-20.04"
7
tools:
8
- python: "3.9"
+ python: "3.12"
9
10
sphinx:
11
configuration: docs/conf.py
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.3.1
4
+
+Update readthedocs config for current installation
## 0.3
- Updated to use numpy `datetime64` to support a greater range of years beyond the 4-digit years supported by python's builtin `datetime.date`
0 commit comments