-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Milestone
Description
I am using a clone of this repository at fb6f791
When trying to build the docs, I ran into the following issues:
- A Makefile is missing
- Without a makefile, the primary makefile in the project root will fail when trying to
make docs - Generating the makefile using sphinx-quickstart is a bit of a workaround as conf.py and index.rst need to be renamed temporarily, as quickstart refuses to work on existing files (or just use them).
- Maybe it would already be enough to use the actual commandline (
sphinx-build -b html -d _build/doctrees . _build/html) in the root makefile instead of referencing the non-existing sphinx-generated Makefile.
- Without a makefile, the primary makefile in the project root will fail when trying to
- Local references to files
- in
docsthere is a symlink to a local file - in
docs/_ext/bulbsdoc.pyis a hardcoded local path
- in
Maybe there are more issues further down the road, the ones mentioned are the ones I ran into so far.
Do you think it is possible to check-in the referenced local files to the project and use relative paths instead ?
Thanks You
Reactions are currently unavailable