Move copyright licenses under API documentation

This commit is contained in:
Oliver Hamlet
2025-06-11 17:48:00 +01:00
parent 10ef260817
commit 96f2744d0a
14 changed files with 36 additions and 42 deletions
+1 -1
View File
@@ -178,6 +178,6 @@ if __name__ == "__main__":
notices_rst += section_rst
notices_rst_path = os.path.join(output_dir, 'notices.rst')
notices_rst_path = os.path.join(output_dir, 'dependency-notices.rst')
with open(notices_rst_path, 'w', encoding="utf-8") as outfile:
outfile.write(notices_rst)