docs: add information about project

for prevent warning and updating of copyright

Change-Id: If7ba9c10d6d141f163f0d0ee09be42d76da21355
This commit is contained in:
Ivan Anfimov 2025-05-08 18:07:00 +00:00
parent 8f0e19d299
commit a3adf75fa1
3 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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'