Posts in en
sphinxnotes-incrbuild: Enabling Sphinx incremental builds in CI/CD environment
- 2025-10-15
As we know, Sphinx supports incremental HTML build, and it works well locally. But for CI/CD, the environment is usually brand new, which causes Sphinx always to rebuild everything. The project wraps sphinx-build and ensures the environment is "incremental build"-able before running the real sphinx-build.
chezetc: Extending chezmoi to manage files under /etc
- 2025-09-22
If you are Chzemoi user and want to use Chzemoi to manage files outside $HOME. This script is for you :D
A set of smooth, fzf-powered shell aliases&functions for systemctl
- 2025-09-12
If you've ever found yourself repeatedly typing long systemctl commands or struggling to remember exact service names, this post is for you.
Implementing "nested inline markup" in reStructuredText and Sphinx
- 2024-01-14
Sphinx is a famous documentation generator used by a lot of Open Source communities. It uses reStructuredText (hereafter referred to rST) as markup language by default.