Releases: djungelorm/sphinx-csharp
Releases · djungelorm/sphinx-csharp
sphinx-csharp v0.1.8
Changes:
- Use
_()
instead ofl_()
function, which will be removed in Sphinx 3 - Drop support for Sphinx 1.4 and 1.5 as they don't support
_()
correctly
sphinx-csharp v0.1.7
Changes:
- Added inherits directive (#5)
- Drop support for Python 2.6
- Add support for Python 3.6 and 3.7
sphinx-csharp v0.1.6
- Add support for default values in method signatures that contain brackets
sphinx-csharp v0.1.5
- Support Sphinx >= 1.3
- Fix future deprecation in Sphinx 1.7
- Make code pep8 and pylint conformant
sphinx-csharp v0.1.4
- Add support for parameter modifiers and indexers
sphinx-csharp v0.1.3
- Add namespace directive
sphinx-csharp v0.1.2
- Add support for generic classes and methods
- Add support for attributes
sphinx-csharp v0.1.1
- Add support for constructors
sphinx-csharp v0.1.0
Initial version