Skip to content

madTeddy/sphinxsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.