Merging upstream version 11.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fdac67ef7f
commit
ba0f3f0bfa
112 changed files with 126100 additions and 230 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue