Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 883 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 883 Bytes
PyPI Version Documentation Status

CSharp (C#) domain for Sphinx

Hint

This version with default styling. If you want to modify syntax colors etc., then you need sphinxsharp-pro.

Installing

Install the extension using pip:

pip install sphinxsharp

Usage

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

extensions = ['sphinxsharp.sphinxsharp']

See the documentation of using this.