Skip to content

pdoc3 does not generate html output #298

@laimaretto

Description

@laimaretto

Expected Behavior

As per the information in here I was expecting the documentation to be placed inside the html folder.

Actual Behavior

Is not happening.

Steps to Reproduce

  1. sudo pip3 install pdoc3
  2. cd /myProject
  3. pdoc3 --html -o ./html/ myProg.pu

Additional info

  • pdoc version:
    pip3 show pdoc3
    Name: pdoc3
    Version: 0.9.2
    Summary: Auto-generate API documentation for Python projects.
    Home-page: https://pdoc3.github.io/pdoc/
    Author: UNKNOWN
    Author-email: UNKNOWN
    License: AGPL-3.0
    Location: /usr/local/lib/python3.5/dist-packages
    Requires: markdown, mako
    Required-by:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions