File 0001-Don-t-require-dependencies-that-are-not-required-to-.patch of Package salt
From ab7fee96dfdaac60c75b929c5c0df39a44fea6c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@thaodan.de>
Date: Thu, 25 Jul 2024 02:06:33 +0300
Subject: [PATCH] Don't require dependencies that are not required to generate
docs
---
doc/Makefile | 6 ------
doc/conf.py | 1 -
2 files changed, 7 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 9b1b1939a9..24c3bca2c7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -167,12 +167,6 @@ changes: check_sphinx-build
@echo
@echo "The overview file is in $(BUILDDIR)/changes."
-spelling: check_sphinx-build
- $(SPHINXBUILD) -b spelling $(ALLSPHINXOPTS) $(BUILDDIR)/spelling
- @echo
- @echo "Spell check complete; look for any errors in the above output " \
- "or in $(BUILDDIR)/spelling/output.txt."
-
linkcheck: check_sphinx-build
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
@echo
diff --git a/doc/conf.py b/doc/conf.py
index 2b60d5b0a4..96587920aa 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -158,7 +158,6 @@ extensions = [
"sphinxcontrib.httpdomain",
"saltrepo",
"myst_parser",
- "sphinxcontrib.spelling",
#'saltautodoc', # Must be AFTER autodoc
]
--
2.45.2