/* The code below ensures that code is justified throughout the documentation,
rather than left-aligned (the default in the Sphinx Read the Docs theme) */
/* see https://stackoverflow.com/questions/37298188/how-can-i-change-text-justification-to-justify-for-the-readthedocs-sphinx-them */

.section {
    text-align:justify;
}