Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs build is broken #85

Open
sarnold opened this issue Aug 16, 2024 · 1 comment
Open

Docs build is broken #85

sarnold opened this issue Aug 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sarnold
Copy link

sarnold commented Aug 16, 2024

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.

@sarnold sarnold added the bug Something isn't working label Aug 16, 2024
@codeperfectplus
Copy link
Member

The documentation is hosted on ReadTheDocs, and I've verified that the build is functioning correctly. For additional context, I've included a screenshot.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants