pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.11k stars 143 forks source link

Skip-errors not recogniazed #409

Closed b7leung closed 1 year ago

b7leung commented 1 year ago

Expected Behavior

Generating documentation.

Actual Behavior

I get an error saying "error: option --skip-errors not recognized"

Steps to Reproduce

  1. pdoc --skip-errors --html .

Additional info

kernc commented 1 year ago

You're most likely invoking the other/wrong pdoc package. To fix it, try:

pip uninstall pdoc
pip install --force-reinstall pdoc3