Skip to content

Not working dpCtl API documentation #223

@akharche

Description

@akharche

Tried to build documentation based on provided instructions. Several problems were detected:

  1. I can not install package exhale via pip or conda. Conda pckgs are not provided, pip gives the error:
    ERROR: Could not find a version that satisfies the requirement exhale
  2. The command line in the documentation does not work:
    mkdir build cd build cmake -DDPCTL_DOCGEN_PREFIX=<WHERE_YOU_WANT_DOCS_TO_BE_GENERATED> make Sphinx
    Changes to:
mkdir build cd build 
cmake .. -DDPCTL_DOCGEN_PREFIX=<WHERE_YOU_WANT_DOCS_TO_BE_GENERATED>
make

And it fails due to missing exhale package

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions