From 1599422484fa6e811e730fdf338abe8164b19e0d Mon Sep 17 00:00:00 2001 From: Hao Li Date: Thu, 10 Apr 2025 23:24:16 -0400 Subject: [PATCH] Fix pdoc --- docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.py b/docs.py index 93d665c..4f98f8c 100644 --- a/docs.py +++ b/docs.py @@ -41,7 +41,7 @@ def generate_docs(): for module in modules: try: pdoc.pdoc( - module, + *modules, output_directory=output_dir, ) print(f"Generated documentation for {module}")