|
|
@@ -6,6 +6,9 @@ |
|
|
# -- Project information ----------------------------------------------------- |
|
|
# -- Project information ----------------------------------------------------- |
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import datetime |
|
|
|
|
|
|
|
|
project = 'MindSpore Signal+ 使用手册' |
|
|
project = 'MindSpore Signal+ 使用手册' |
|
|
copyright = '2025 - ' + str(datetime.date.today().year) + ', NUDT-674' |
|
|
copyright = '2025 - ' + str(datetime.date.today().year) + ', NUDT-674' |
|
|
author = 'NUDT-674' |
|
|
author = 'NUDT-674' |
|
|
|