CSharp (C#) domain for Sphinx
This version with default styling. If you want to modify syntax colors etc., then you need sphinxsharp-pro.
Install the extension using pip:
pip install sphinxsharp
To enable the extension, you need to add the following to your conf.py:
extensions = ['sphinxsharp.sphinxsharp']
See the documentation of using this.