prepare the 3.22.6.0 release 2
This commit is contained in:
parent
ea9c8f327e
commit
cbd42cdbda
3
conf.py
3
conf.py
|
@ -16,11 +16,12 @@
|
||||||
# import sys
|
# import sys
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
# sys.path.insert(0, os.path.abspath('.'))
|
||||||
import sphinx_rtd_theme
|
import sphinx_rtd_theme
|
||||||
|
from datetime import date
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = u'AREDN Documentation'
|
project = u'AREDN Documentation'
|
||||||
copyright = u'2022, Amateur Radio Emergency Data Network, Inc. Licensed under the terms of Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International'
|
copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Licensed under the terms of Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International'
|
||||||
author = u'Amateur Radio Emergency Data Network, Inc.'
|
author = u'Amateur Radio Emergency Data Network, Inc.'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
|
|
Loading…
Reference in New Issue