Pages build stalls and times out for Sphinx and `make html`
I am trying to build Sphinx docs via
The process works up to a point. For some reason it hangs on
When I use
My
make html as my build command, which also installs dependencies for the documentation of my project. According to the docs, this is possible (https://developers.cloudflare.com/pages/framework-guides/deploy-a-sphinx-site/#deploy-with-cloudflare-pages). I don't set the PYTHON_VERSION env var because the default Python 3.11.x is sufficient.The process works up to a point. For some reason it hangs on
pip install ., but I have no idea where that command comes from. The last line I see in the log is this:Building wheel for plone-sphinx-theme (pyproject.toml): startedWhen I use
pip install . on my local machine as CF attempts, it works fine.My
make html command does not appear in the build log. I expected to see it.- URL: plone-sphinx-theme.pages.dev
- Account ID: 5c94ef62cc28a7cf4d16c0063a73694b
Cloudflare Docs
Sphinx is a tool that makes it easy to create documentation and was originally made for the publication of Python documentation. It is well known for …
