From 180f66c1f5c7f5cdf9d7d52f4b9e7078a42aea77 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Jan 2024 23:42:33 +0900 Subject: [PATCH] Remove translation sections from setup.cfg These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I18b64bdd0dfa27accc407652e8c5079a1a8b0716 --- setup.cfg | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/setup.cfg b/setup.cfg index d3b9eaa..0c59f8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,16 +28,3 @@ packages = [entry_points] console_scripts = virtualpdu = virtualpdu.main:main - -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 - -[upload_sphinx] -upload-dir = doc/build/html - -[build_releasenotes] -all_files = 1 -build-dir = releasenotes/build -source-dir = releasenotes/source