pages
pages copied to clipboard
Github Actions for publishing Sphinx HTML output to github pages
I have been trying to use this to deploy sphinx pages automatically. The issue seems to involve loading requirements from my pyproject.toml function, which was mostly generated using Poetry. For...
... I think we can add a section to README to tell people about "how to install extra dependencies". _Originally posted by @SilverRainZ in https://github.com/sphinx-notes/pages/issues/24#issuecomment-1455303629_ Not seeing [pandoc in the...
An option before the push that would allow us to enter a popular apidoc call for example "sphinx-apidoc -f -o . .." With this we could completely automate sphinx docs...
Users may have customised their makefile to include additional steps while building the html, but these are then lost when using because instead of calling `make html` it calls `sphinx-build...
Hi, My firm recently enacted a policy of blocking GH Actions from unverified sources. Since this is an action by the official Sphinx-notes organization, I think it only makes sense...
I like this action, but its use of pip, even with the cache enabled, makes it a little bit slow. [uv](https://github.com/astral-sh/uv) should be faster than cached pip in most cases...
Currently, the `docs` group should be under `project.optional-dependencies`, but that gets also shipped to the end user. Package managers like [uv](https://github.com/astral-sh/uv) add the groups under `dependency-groups`. It seems like the...
- [ ] Do not be all-in-one? - [ ] #43 - [x] [sphinxnotes-incrbuild](https://github.com/sphinx-notes/incrbuild) for https://github.com/sphinx-doc/sphinx/issues/11556 - [ ] Parse tracelog #50
https://github.com/SilverRainZ/ronin/actions/runs/14811882862 (private, just for self refernce).