gentoo/dev-util/reuse/files/reuse-2.1.0_docs.patch
Jonas Stein 6b967d8ae9
dev-util/reuse: new package, add 2.1.0
Signed-off-by: Jonas Stein <jstein@gentoo.org>
2023-12-19 22:31:07 +01:00

16 lines
476 B
Diff

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -189,9 +189,9 @@
"""Copy the markdown files from the root of the project into the docs/
directory.
"""
- copyfile("../README.md", "readme.md")
- copyfile("../CHANGELOG.md", "history.md")
- copyfile("../CONTRIBUTING.md", "contributing.md")
+ copyfile("README.md", "docs/readme.md")
+ copyfile("CHANGELOG.md", "docs/history.md")
+ copyfile("CONTRIBUTING.md", "docs/contributing.md")
def setup(app):