-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Tried to build documentation based on provided instructions. Several problems were detected:
- 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 - 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>
makeAnd it fails due to missing exhale package
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation