[tracker/sam/website-docs-fix: 2/5] website: Further attempts to debug why the API docs don't appear



commit a92c88261db1d1b1ad8a206f86b9ee90b7ec8a5e
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Apr 22 00:21:54 2020 +0200

    website: Further attempts to debug why the API docs don't appear

 docs/website/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/website/build.py b/docs/website/build.py
index 42c2b133f..a495d1aa9 100755
--- a/docs/website/build.py
+++ b/docs/website/build.py
@@ -194,7 +194,7 @@ def main():
         dest  = apidocs_dest.joinpath(name)
         if not src.exists():
             raise RuntimeError("Expected path {} doesn't exist.".format(src))
-        log.info("  - Copying %s to %s", src, dest)
+        log.info("  - Copying %s to %s (%i files)", src, dest, len(list(src.iterdir())))
         shutil.copytree(src, dest)
 
     log.info("Adding preview header to API reference documentation")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]