From 918abde014f9e5c75dfbe21110c379f7f70435c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 12 Feb 2023 11:06:28 +0100 Subject: Merging upstream version 11.0.1. Signed-off-by: Daniel Baumann --- pdoc/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pdoc') diff --git a/pdoc/cli.py b/pdoc/cli.py index 72a986d..1db895e 100755 --- a/pdoc/cli.py +++ b/pdoc/cli.py @@ -26,9 +26,9 @@ if __name__ == "__main__": opts = parser.parse_args() opts.docformat = "google" opts.modules = ["sqlglot"] - opts.footer_text = "Copyright (c) 2022 Toby Mao" + opts.footer_text = "Copyright (c) 2023 Toby Mao" opts.template_directory = Path(__file__).parent.joinpath("templates").absolute() - opts.edit_url = ["sqlglot=https://github.com/tobymao/sqlglot/"] + opts.edit_url = ["sqlglot=https://github.com/tobymao/sqlglot/tree/main/sqlglot/"] with mock.patch("pdoc.__main__.parser", **{"parse_args.return_value": opts}): cli() -- cgit v1.2.3