We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ee313 commit 303e3c9Copy full SHA for 303e3c9
2 files changed
.readthedocs.yaml
@@ -17,6 +17,10 @@ build:
17
- sleep 60 # sleep for Zenodo upload to finsih
18
- python scripts/generate_bibtex.py
19
20
+ post_checkout:
21
+ # we need the tags for versioning to work
22
+ - git fetch --tags
23
+
24
# Build documentation in the docs/ directory with Sphinx
25
sphinx:
26
configuration: docs/source/conf.py
@@ -28,4 +32,3 @@ formats: all
28
32
python:
29
33
install:
30
34
- requirements: docs/requirements.txt
31
-
docs/source/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
*********
4
5
+Version 1.1.2 (2024-06-16)
6
+==========================
7
8
+**Fixes:**
9
10
+- Improve documentation: Show BibTeX for citation from Zenodo metadata (also for stable)
11
12
Version 1.1.1 (2024-06-12)
13
==========================
14
0 commit comments