Posts in Sphinx
Sphinx project always rebuild after installing the ablog extension
- 08 May 2025
After checking the source code of the PyData theme, it is apparent that the theme’s __init__.py force the setting to be on. If not on, then it sets the config and forces a full rebuild.
Merge wordpress.com site with GitHub Pages
- 07 May 2025
As I am a tech person familiar with HTML/CSS/Javascript, the WordPress.Com free plan’s limitations has been an obstacle to my creatively (e.g. add sortable tables). I have a Github Pages web site running for a few years now and I think now is the time to migrate to github pages.
Misleading Error Message from ablog.post
- 06 May 2025
Today I am getting some strange error when I am trying to convert my blogs to the ablog extension of Sphinx. The error log has the following lines
Misleading Error Message WARNING: All children of a ‘grid-row’ should be ‘grid-item’ [design.grid]
- 30 April 2025
Today I am hit by a message “WARNING: All children of a ‘grid-row’ should be ‘grid-item’ [design.grid] “ from the sphinx-design extension when building a Sphinx documentation. The error line points to a grid that works perfect fine in another file.
Misleading Error Message WARNING: All children of a ‘grid-row’ should be ‘grid-item’ [design.grid]
- 27 April 2025
Today I am hit by a message “WARNING: All children of a ‘grid-row’ should be ‘grid-item’” from the sphinx-design extension when building a Sphinx documentation. The error line points to a grid whose only members are grid items.