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 <kajinamit@oss.nttdata.com>
This commit is contained in:
23
setup.cfg
23
setup.cfg
@@ -26,26 +26,3 @@ packages =
|
|||||||
[entry_points]
|
[entry_points]
|
||||||
tempest.test_plugins =
|
tempest.test_plugins =
|
||||||
mistral_test = mistral_tempest_tests.plugin:MistralTempestPlugin
|
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
|
|
||||||
|
Reference in New Issue
Block a user