From 4aad369c9728061c97b3de792286e743ee884b09 Mon Sep 17 00:00:00 2001 From: growupboron Date: Fri, 11 Sep 2020 17:18:57 +0530 Subject: Simplified doc-site generation Updated theme to windmill Using Mkdocs static site generator Deployed on readthedocs Signed-off-by: growupboron Change-Id: If62eaaea1855c91b64f687900f54eba6bc1caee8 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25236 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- theme/MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 theme/MANIFEST.in (limited to 'theme/MANIFEST.in') diff --git a/theme/MANIFEST.in b/theme/MANIFEST.in new file mode 100644 index 0000000..f3b070a --- /dev/null +++ b/theme/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include mkdocs_windmill *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 *mkdocs_theme.yml +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] -- cgit 1.2.3-korg