Posts in sphinx
Improving build performance of Sphinx documentation
- 2025/05/27
When building multilingual documents using Sphinx, we made performance improvements as the build time became longer. In this article, I will summarize the situation before and after the improvement, the process of trial and error, and the results obtained.
Measurement method for Sphinx build time (time command and Measure-Command)
- 2025/05/26
When building and operating a multilingual site with Sphinx, the time required to build the document may gradually increase. The first step in improving performance is to understand how much time the current build process is taking.