From 6f2690d85494669031f698a9de6c2658116ff34b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 1 Feb 2024 13:13:32 +0900 Subject: [PATCH] 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 --- doc/source/conf.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f8354c4ee..bb76e8f5d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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.']