diff --git a/setup.cfg b/setup.cfg index 053418c..d63a7ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,30 +41,3 @@ monitoring.recovery_jobs = waiting_tasks = mistral_extra.monitoring.jobs.waiting_tasks_recovery:WaitingTasksRecoveryJob sub_workflows_start = mistral_extra.monitoring.jobs.subworkflow_start_recovery:SubworkflowStartRecoveryJob sub_workflow_complete = mistral_extra.monitoring.jobs.subworkflow_complete_recovery:SubworkflowCompleteRecoveryJob - -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 - -[upload_sphinx] -upload-dir = doc/build/html - -[compile_catalog] -directory = mistral-extra/locale -domain = mistral-extra - -[update_catalog] -domain = mistral-extra -output_dir = mistral-extra/locale -input_file = mistral-extra/locale/mistral-extra.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = mistral-extra/locale/mistral-extra.pot - -[build_releasenotes] -all_files = 1 -build-dir = releasenotes/build -source-dir = releasenotes/source