pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

reuse-tool: Do not create API documentation



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Feb 11 17:48:44 2026 +0100
Changeset:	2c44c56e40ab85e7252845ecdcbecfd882d4c260

Modified Files:
	reuse-tool/distinfo
Added Files:
	reuse-tool/patches/patch-docs_index.rst
Removed Files:
	reuse-tool/TODO

Log Message:
reuse-tool: Do not create API documentation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c44c56e40ab85e7252845ecdcbecfd882d4c260

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 reuse-tool/TODO                         |  1 -
 reuse-tool/distinfo                     |  1 +
 reuse-tool/patches/patch-docs_index.rst | 25 +++++++++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

diffs:
diff --git a/reuse-tool/TODO b/reuse-tool/TODO
deleted file mode 100644
index 7b78c85c24..0000000000
--- a/reuse-tool/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- sphinx WARNING: toctree contains reference to nonexisting document 'api/reuse'
diff --git a/reuse-tool/distinfo b/reuse-tool/distinfo
index db7b02ff7d..a448cba5ea 100644
--- a/reuse-tool/distinfo
+++ b/reuse-tool/distinfo
@@ -4,3 +4,4 @@ BLAKE2s (reuse-tool-6.2.0.tar.gz) = b19c192d95dc2960f98e0424ce3a2be15183941d80b4
 SHA512 (reuse-tool-6.2.0.tar.gz) = 946b3a1e908976c3c54749a77c8dbff2e7cffdfd44e92c208aee2faeec5ac79bfe29e28f630b58fe7dd9b4e27945f91b176d984de8575593087d22f7e6b3ec3f
 Size (reuse-tool-6.2.0.tar.gz) = 507943 bytes
 SHA1 (patch-docs_conf.py) = e93a4109cdb7dc47c48d17081c0d31aac5c13228
+SHA1 (patch-docs_index.rst) = 74eab8eea3814898cb2380b9bb57cb387e1d6e7e
diff --git a/reuse-tool/patches/patch-docs_index.rst b/reuse-tool/patches/patch-docs_index.rst
new file mode 100644
index 0000000000..ba4a5e117b
--- /dev/null
+++ b/reuse-tool/patches/patch-docs_index.rst
@@ -0,0 +1,25 @@
+$NetBSD$
+
+Remove API documentation.
+
+--- docs/index.rst.orig	2025-10-27 15:21:36.000000000 +0000
++++ docs/index.rst
+@@ -21,18 +21,6 @@ about REUSE at `<https://reuse.software>
+    scripts
+    man/index
+ 
+-API reference
+--------------
+-
+-Although the API is not declared stable (and likely never will be declared
+-stable), you may find the API generated from Python docstrings useful or
+-insightful.
+-
+-.. toctree::
+-   :maxdepth: 3
+-
+-   API<api/reuse>
+-
+ Project
+ -------
+ 


Home | Main Index | Thread Index | Old Index