-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working