summaryrefslogtreecommitdiff
path: root/dev-util/reuse/files/reuse-2.1.0_docs.patch
blob: a9f19a8ea0a4d20c1ec9d1cd5cd4e66c003709bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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):