Skip to content

Building Sphinx Docs #52

@Byron

Description

@Byron

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.
  • Local references to files
    • in docs there is a symlink to a local file
    • in docs/_ext/bulbsdoc.py is a hardcoded local path

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions