From 900580c9530660d21ca20063459f673803b7a299 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Sep 2025 01:00:11 +0900 Subject: [PATCH] Remove options for old documentation/translation build process The current pipelines no longer need these options and these options were removed from the other repos already. Change-Id: Iae820d55ea404a2f326f966ef366d5cfb877deb6 Signed-off-by: Takashi Kajinami --- babel.cfg | 2 -- setup.cfg | 23 ----------------------- 2 files changed, 25 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb..0000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/setup.cfg b/setup.cfg index 705c87f..3e4e4f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,26 +26,3 @@ packages = [entry_points] tempest.test_plugins = mistral_test = mistral_tempest_tests.plugin:MistralTempestPlugin - -[build_sphinx] -all_files = 1 -warning_is_error = 1 -source_dir = doc/source -build_dir = doc/build - -[upload_sphinx] -upload_dir = doc/build/html - -[compile_catalog] -directory = mistral_tempest_tests/locale -domain = mistral_tempest_tests - -[update_catalog] -domain = mistral_tempest_tests -output_dir = mistral_tempest_tests/locale -input_file = mistral_tempest_tests/locale/mistral_tempest_plugin.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = mistral_tempest_tests/locale/mistral_tempest_plugin.pot