Skip to content

Commit

Permalink
changed docs to display major release only
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Dec 2, 2022
1 parent c631572 commit 65990e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
release = get_version(project)
# for example take major/minor
version = ".".join(release.split(".")[:2])
release = ".".join(release.split(".")[:3])
release = version

packages = {Path(project)}

Expand Down

0 comments on commit 65990e1

Please sign in to comment.