reset doc title to latest nightly build (#250)

This commit is contained in:
Steve 2023-04-16 16:01:03 -07:00 committed by GitHub
parent 5fc9c881bc
commit 470ff273aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Li
author = u'Amateur Radio Emergency Data Network, Inc.'
# The short X.Y version
version = u'3.23.4.0'
version = u'latest'
# The full version, including alpha/beta/rc tags
release = u'3.23.4.0'
release = u'Latest Nightly Build'
# -- General configuration ---------------------------------------------------