summaryrefslogtreecommitdiff
path: root/dev-python/pygccxml/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pygccxml/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pygccxml/files')
-rw-r--r--dev-python/pygccxml/files/pygccxml-2.4.0-doc.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pygccxml/files/pygccxml-2.4.0-doc.patch b/dev-python/pygccxml/files/pygccxml-2.4.0-doc.patch
deleted file mode 100644
index ecec89c14ed9..000000000000
--- a/dev-python/pygccxml/files/pygccxml-2.4.0-doc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/docs/conf.py b/docs/conf.py
-index 071ebb1..2ccec1f 100644
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -23,7 +23,6 @@ import importlib.metadata
- # documentation root, use os.path.abspath to make it absolute, like shown here.
- sys.path.insert(0, os.path.abspath('.') + "/../src")
-
--from release_utils import utils # nopep8
-
- # -- General configuration ------------------------------------------------
-
-@@ -284,7 +283,7 @@ def run_apidoc(_):
- os.path.join(sys.prefix, 'bin', 'sphinx-apidoc'))
- subprocess.check_call(
- [cmd_path, '-o', output_path,
-- os.path.abspath(cur_dir + "/../" + module),
-+ os.path.abspath(cur_dir + "/../src/" + module),
- '--separate', '--force', '--module-first', '--doc-project=API'])
-
-