File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ version: 2
77# Build documentation in the docs/ directory with Sphinx
88sphinx :
99 configuration : docs/conf.py
10- fail_on_warning : true
10+ # The autosectionlabel throws warnings for multiple fix sections in the
11+ # changelog so do not fail on warning
12+ fail_on_warning : false
1113
1214# Build documentation with MkDocs
1315# mkdocs:
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
88
9- `v0.2.0-dev `_ (unreleased)
9+ `v0.3.0-dev `_ (unreleased)
10+ ==========================
11+
12+ `v0.2.0 `_ (2020-04-1)
1013==========================
1114
1215Added
2225 Once as the typedef and once as anonymous. Now they are only documnted as
2326 part of the typedef.
2427
25- `v0.1.1 `_ (2012 -03-15)
28+ `v0.1.1 `_ (2020 -03-15)
2629======================
2730
2831Fixes
3942* Initial public release
4043
4144
42- .. _v0.2.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...master
45+ .. _v0.3.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...master
46+ .. _v0.2.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...v0.2.0
4347.. _v0.1.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.0...v0.1.1
4448.. _v0.1.0 : https://github.com/speedyleion/sphinx-c-autodoc/commits/v0.1.0
Original file line number Diff line number Diff line change 2525author = u'Nick'
2626
2727# The short X.Y version
28- version = u'0.1 '
28+ version = u'0.2 '
2929# The full version, including alpha/beta/rc tags
30- release = u'0.1.1 '
30+ release = u'0.2.0 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1212
1313setuptools .setup (
1414 name = "sphinx-c-autodoc" ,
15- version = "0.1.1 " ,
15+ version = "0.2.0 " ,
1616 description = "A sphinx autodoc extension for c modules" ,
1717 long_description = README ,
1818 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments