Last week we updated the Piccolo docs to use our brand new Sphinx theme.
All of the Piccolo projects will be updated to use this theme in the near future. You can also use it for your own projects.
Previously, we used the Read the Docs theme. I really like this theme, but there's a few things I wanted to change (just my personal taste).
When you embed code in Sphinx using autodoc, it gets a bit messy (especially if you have type annotations).
I generally like the typography, with the bold headings. I personally prefer sans-serif header fonts though.
The theme has some grey unused space on the right, which could be utilised for something.
The next button doesn't tell you the title of the next page.
Everything goes in a single sidebar, which can get a bit overwhelming.
In the new design we:
We also modified the autodoc output so it's more legible (each argument is on its own line).
Changing the docs for a project is high risk - people get used to a certain look and feel. Hopefully the community will like the changes!
If you have any feedback on the new design, please create a new discussion or issue.
Sphinx is a very powerful tool, and an incredible asset for the Python community. With intersphinx you can link between Sphinx projects. So in Piccolo, we can link directly to the main Python docs (because they're also written using Sphinx).
Sphinx is also very actively maintained, with new features coming out regularly.
By creating this new theme, we obviously benefit ourselves as Piccolo maintainers and users, but it's also our way of giving back to the Sphinx community.
Posted on: 21 Feb 2022
Have any comments or feedback on this post? Chat with us on GitHub.