Skip to content

Docs build is broken #85

@sarnold

Description

@sarnold

Describe the bug

(.venv) user@host AudioBook (dev) $ make -C docs/ html
make: Entering directory '/home/user/src/AudioBook/docs'

Application error:
Cannot find source directory (/home/user/src/AudioBook/docs/source)
make: *** [Makefile:20: html] Error 2
make: Leaving directory '/home/user/src/AudioBook/docs'
(.venv) user@host AudioBook (dev) $ mkdir docs/source
(.venv) user@host AudioBook (dev) $ make -C docs/ html
make: Entering directory '/home/user/src/AudioBook/docs'
Running Sphinx v8.0.2

Configuration error:
config directory doesn't contain a conf.py file (/home/user/src/AudioBook/docs/source)
make: *** [Makefile:20: html] Error 2
make: Leaving directory '/home/user/src/AudioBook/docs'

Expected behavior
make html should work

Pythonversion

  • Python version: 3.11

Additional context
Just a minimal python venv with the deps installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions