Skip to content

Releases: djungelorm/sphinx-csharp

sphinx-csharp v0.1.8

18 Sep 20:58
Compare
Choose a tag to compare

Changes:

  • Use _() instead of l_() 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

10 Sep 21:23
Compare
Choose a tag to compare

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

13 Jun 09:10
Compare
Choose a tag to compare
  • Add support for default values in method signatures that contain brackets

sphinx-csharp v0.1.5

30 Jun 16:54
Compare
Choose a tag to compare
  • Support Sphinx >= 1.3
  • Fix future deprecation in Sphinx 1.7
  • Make code pep8 and pylint conformant

sphinx-csharp v0.1.4

17 Jan 21:16
Compare
Choose a tag to compare
  • Add support for parameter modifiers and indexers

sphinx-csharp v0.1.3

13 May 04:44
Compare
Choose a tag to compare
  • Add namespace directive

sphinx-csharp v0.1.2

09 Mar 06:57
Compare
Choose a tag to compare
  • Add support for generic classes and methods
  • Add support for attributes

sphinx-csharp v0.1.1

03 Mar 03:43
Compare
Choose a tag to compare
  • Add support for constructors

sphinx-csharp v0.1.0

01 Mar 06:39
Compare
Choose a tag to compare

Initial version