Another thing that people may find useful…make sure to leave off “.py” from your module name. For example, if you are trying to generate documentation for ‘original’ in ‘original.py‘:
yourcode_dir$ pydoc -w original.py no Python documentation found for 'original.py' yourcode_dir$ pydoc -w original wrote original.html