canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
Other
15 stars 40 forks source link

Target 'help' doesn't work (without venv) #122

Closed rkratky closed 1 year ago

rkratky commented 1 year ago

The Makefile's help target fails if run without running one of the targets that create Python's virtual env. first:

/bin/sh: 1: sphinx-build: not found
make: *** [Makefile:14: help] Error 127

(There's no SPHINXBUILD to be had without it first being generated for the venv.)

Also, the command will fail even with venv created because the sphinx-build script is not in the PATH. So, the activate script needs to be sourced first like for the other targets that call $(SPHINXBUILD).

syncronize-issues-to-jira[bot] commented 1 year ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DOCPR-141.

This message was autogenerated