Skip to content

madTeddy/sphinxsharp-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.