pdoc3/pdoc

Skip-errors not recogniazed

b7leung opened this issue · 1 comments

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

  • pdoc version: 0.10.0
kernc commented

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

pip uninstall pdoc
pip install --force-reinstall pdoc3