From a97a585d394d773e1ccbf36131377f1375f9d6d7 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sat, 22 Mar 2025 22:55:15 +0100 Subject: [PATCH] chore: remove redundant directory Whatever I was trying to achieve with this... --- support/bar.rst | 2 -- support/conf.py | 12 ------------ support/foo.rst | 6 ------ support/index.rst | 12 ------------ 4 files changed, 32 deletions(-) delete mode 100644 support/bar.rst delete mode 100644 support/conf.py delete mode 100644 support/foo.rst delete mode 100644 support/index.rst diff --git a/support/bar.rst b/support/bar.rst deleted file mode 100644 index 1cccd3c..0000000 --- a/support/bar.rst +++ /dev/null @@ -1,2 +0,0 @@ -bar -=== diff --git a/support/conf.py b/support/conf.py deleted file mode 100644 index d7dd9b9..0000000 --- a/support/conf.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- - -extensions = [ - 'sphinx_victorykit_theme' -] - -html_theme = 'victorykit' - - - -master_doc = 'index' -exclude_patterns = ['_build'] diff --git a/support/foo.rst b/support/foo.rst deleted file mode 100644 index 468a424..0000000 --- a/support/foo.rst +++ /dev/null @@ -1,6 +0,0 @@ -foo -=== - -.. toctree:: - - bar diff --git a/support/index.rst b/support/index.rst deleted file mode 100644 index febc02a..0000000 --- a/support/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -test-basic and -============== - -.. toctree:: - - foo - -Heading -------- - -Subheading -~~~~~~~~~~