2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Remove the configblock sphinx extension

The `configblock` extension doesn't work with RHEL 8. However, this
extension isn't needed anymore after the RTD fix and can be safely
removed.
This commit is contained in:
Aydın Mercan
2025-06-17 11:22:50 +03:00
parent b4c1f9ee09
commit 3bb88f847a
5 changed files with 13 additions and 73 deletions

View File

@@ -139,10 +139,9 @@ def setup(app):
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, make it absolute.
#
sys.path.append(str(Path(__file__).resolve().parent / "_ext"))
sys.path.append(str(Path(__file__).resolve().parent.parent / "misc"))
sys.path.append(str(Path(__file__).resolve().parent.parent / "ext"))
# -- Project information -----------------------------------------------------
@@ -169,7 +168,7 @@ release = version
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["namedconf", "rndcconf", "configblock"]
extensions = ["namedconf", "rndcconf"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]