stevepiercy
stevepiercy
CDCloudflare Developers
Created by stevepiercy on 5/10/2024 in #pages-help
Pages build stalls and times out for Sphinx and `make html`
I am trying to build Sphinx docs via 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): started When 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
1 replies