Remove commenct lines for old openstackdocstheme

The version option and the release option are no longer needed since
openstackdocstheme 1.20.0 . These lines were already removed from
ironic by [1].

[1] https://review.opendev.org/c/openstack/ironic/+/663474

Change-Id: Ifdb7b6e2a3a99e121f57c1fd5811422f672d4870
This commit is contained in:
Takashi Kajinami 2024-02-01 13:13:32 +09:00
parent 945c76de1d
commit 6f2690d854
1 changed files with 0 additions and 11 deletions

View File

@ -57,17 +57,6 @@ sample_config_basename = '_static/ironic-inspector'
policy_generator_config_file = '../../tools/policy-generator.conf'
sample_policy_basename = '_static/ironic-inspector'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
#from ironic import version as ironic_version
# The full version, including alpha/beta/rc tags.
#release = ironic_version.version_info.release_string()
# The short X.Y version.
#version = ironic_version.version_info.version_string()
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['ironic.']