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