Skip to content

Commit

Permalink
Fetch git tags to get the correct version for stable and latest (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored Jun 16, 2024
1 parent c7ee313 commit 303e3c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build:
- sleep 60 # sleep for Zenodo upload to finsih
- python scripts/generate_bibtex.py

post_checkout:
# we need the tags for versioning to work
- git fetch --tags

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -28,4 +32,3 @@ formats: all
python:
install:
- requirements: docs/requirements.txt

7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
*********

Version 1.1.2 (2024-06-16)
==========================

**Fixes:**

- Improve documentation: Show BibTeX for citation from Zenodo metadata (also for stable)

Version 1.1.1 (2024-06-12)
==========================

Expand Down

0 comments on commit 303e3c9

Please sign in to comment.