From c3abd69c09bac19e4155f96408a21469cafc016e Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:35:42 +0000 Subject: [PATCH] [autofix] Update Sphinx autodoc --- docs/click_extra.rst | 8 -------- docs/tests.rst | 8 -------- 2 files changed, 16 deletions(-) diff --git a/docs/click_extra.rst b/docs/click_extra.rst index 82c37fdc6..775023868 100644 --- a/docs/click_extra.rst +++ b/docs/click_extra.rst @@ -65,14 +65,6 @@ click\_extra.parameters module :undoc-members: :show-inheritance: -click\_extra.platforms module ------------------------------ - -.. automodule:: click_extra.platforms - :members: - :undoc-members: - :show-inheritance: - click\_extra.pygments module ---------------------------- diff --git a/docs/tests.rst b/docs/tests.rst index fefc3969f..36ce7bcb7 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -57,14 +57,6 @@ tests.test\_parameters module :undoc-members: :show-inheritance: -tests.test\_platforms module ----------------------------- - -.. automodule:: tests.test_platforms - :members: - :undoc-members: - :show-inheritance: - tests.test\_pygments module ---------------------------