From f9d1fa4c4be59ffee39b4bebff2e88afe44501cb Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 21 Apr 2021 16:46:28 +0100 Subject: [PATCH] Remove "upload_sphinx" section from setup.cfg The `Sphinx-PyPI-upload` tool the section corresponds to hasn't been updated since 2009, and the new (c. 2018) PyPI doesn't support documentation uploads anyway. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e9b8e597f..111b36f46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,9 +82,6 @@ source_dir = doc/en/ build_dir = doc/build all_files = 1 -[upload_sphinx] -upload_dir = doc/en/build/html - [check-manifest] ignore = src/_pytest/_version.py