Disable archive downloads due to Microsoft abuse (#38)

This commit is contained in:
Patrick Stevens
2025-08-29 13:04:33 +01:00
committed by GitHub
parent fcd5cb82a8
commit 3d095e25ae

View File

@@ -64,6 +64,9 @@
RENDER_COMMAND = ''${docutils}/bin/rst2html.py'';
IS_INPUT_FILE = false;
};
repository = {
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true;
};
};
};