/sphinxsharp-pro

C# (CSharp) domain for Sphinx with custom styling.

Primary LanguagePythonMIT LicenseMIT

Sphinxsharp Pro

PyPI version Documentation Status

CSharp (C#) domain for Sphinx

This version with custom styling. If you want default styling, then you need sphinxsharp.

Installing

Install the extension using pip:

pip install sphinxsharp-pro

Usage

To enable the extension, you need to add the following to your conf.py:

extensions = ['sphinxsharp-pro.sphinxsharp']

See the documentation of using this.