Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 779 Bytes

Sphinxsharp

PyPI version Documentation Status

CSharp (C#) domain for Sphinx

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.