pdoc
pdoc copied to clipboard
syntax error with match-case function
Hi trying to run pdoc for a module but keeps coming up with a syntax error.
The command used to run pdoc:
pdoc {PKG_name} --html --output-dir public --config "syntax_highlighting=False"
This generates an error:
match num:
^
SyntaxError: invalid syntax
- pdoc version: 0.10.0