CodeChat_sphinx_rtd_theme.css - Style sheet for CodeChat with the ReadTheDocs theme

This style sheet fixes the size of CodeChat’s indent so that code and comments line up when using the ReadTheDocs theme. This is only needed for the ReadTheDocs theme. To use it, add the following to your project’s conf.py:

1html_css_files = ['CodeChat_sphinx_rtd_theme.css']
div.CodeChat-indent {
    font-size: 10pt;
}