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

make htmllive -> "Not Found" #1390

Closed
hugovk opened this issue Sep 10, 2024 · 0 comments · Fixed by #1400
Closed

make htmllive -> "Not Found" #1390

hugovk opened this issue Sep 10, 2024 · 0 comments · Fixed by #1400
Labels

Comments

@hugovk
Copy link
Member

hugovk commented Sep 10, 2024

Describe the bug

On macOS:

make clean htmllive

It builds and serves the site:

...
The HTML pages are in _build/html.
[sphinx-autobuild] Serving on http://127.0.0.1:55301
[sphinx-autobuild] Waiting to detect changes...

But http://127.0.0.1:55301 shows "Not Found" in the browser.

Expected behavior

Devguide is shown instead of "Not Found".

I think this is caused by #1370, but sphinx-doc/sphinx-autobuild#175 makes it hard to test old commits.

With git checkout 9447a88d894b932916d220f0687e432c5bd81cd8 (the commit before #1370) and:

diff --git a/requirements.txt b/requirements.txt
-sphinx-autobuild
+sphinx-autobuild<2024.9

Then it serves the site as expected.

cc @AA-Turner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant