Skip to content

Commit

Permalink
Update docs/conf.py
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <[email protected]>
  • Loading branch information
GenevieveBuckley and jakirkham authored May 23, 2024
1 parent 3fc8e92 commit b7b0af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# The short X.Y.Z version.
version = '.'.join(release.split('.')[:3])
if "dev" in release:
display_version = release
display_version = "(development version)"
else:
display_version = version

Expand Down

0 comments on commit b7b0af4

Please sign in to comment.