docs: add information about project
for prevent warning and updating of copyright Change-Id: If7ba9c10d6d141f163f0d0ee09be42d76da21355
This commit is contained in:
parent
8f0e19d299
commit
a3adf75fa1
@ -22,6 +22,8 @@
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
@ -36,9 +38,10 @@ previous_series_name = '2024.2'
|
||||
current_series_name = '2025.1'
|
||||
|
||||
# General information about the project.
|
||||
project = 'OpenStack-Ansible'
|
||||
author = 'OpenStack-Ansible Contributors'
|
||||
category = 'Miscellaneous'
|
||||
copyright = '2014-2023, OpenStack-Ansible Contributors'
|
||||
copyright = f'2014-{datetime.now().year}, OpenStack-Ansible Contributors'
|
||||
title = 'OpenStack-Ansible Deploy Guide'
|
||||
|
||||
# Smart variable replacements with what we can. The openstackdocstheme has
|
||||
|
@ -22,6 +22,8 @@
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
@ -38,9 +40,10 @@ previous_slurp_name = '2024.1'
|
||||
current_series_name = '2025.1'
|
||||
|
||||
# General information about the project.
|
||||
project = 'OpenStack-Ansible'
|
||||
author = 'OpenStack-Ansible Contributors'
|
||||
category = 'Miscellaneous'
|
||||
copyright = '2014-2018, OpenStack-Ansible Contributors'
|
||||
copyright = f'2014-{datetime.now().year}, OpenStack-Ansible Contributors'
|
||||
title = 'OpenStack-Ansible Documentation'
|
||||
|
||||
# Smart variable replacements with what we can. The openstackdocstheme has
|
||||
|
@ -22,6 +22,8 @@
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
@ -53,11 +55,11 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'OpenStack-Ansible'
|
||||
author = 'OpenStack-Ansible Contributors'
|
||||
category = 'Miscellaneous'
|
||||
copyright = '2014-2016, OpenStack-Ansible Contributors'
|
||||
copyright = f'2014-{datetime.now().year}, OpenStack-Ansible Contributors'
|
||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||
project = 'OpenStack-Ansible'
|
||||
target_name = 'openstack-ansible'
|
||||
title = 'OpenStack-Ansible Release Notes'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user