File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
# The short X.Y version
29
29
version = '3.0'
30
30
# The full version, including alpha/beta/rc tags
31
- release = '3.0.4 '
31
+ release = '3.0.6 '
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
61
61
autosummary_generate = True
62
62
63
63
# ignore certain warnings
64
- # (references to some of the Python built-in types do not resolve correctly)
64
+ # (references to some Python built-in types do not resolve correctly)
65
65
nitpicky = True
66
66
nitpick_ignore = [('py:class' , t ) for t in (
67
67
'cgi.FieldStorage' , 'html.parser.HTMLParser' ,
77
77
# Add any paths that contain custom static files (such as style sheets) here,
78
78
# relative to this directory. They are copied after the builtin static files,
79
79
# so a file named "default.css" will overwrite the builtin "default.css".
80
- #html_static_path = ['_static']
81
80
html_static_path = ['css' ]
Original file line number Diff line number Diff line change 1
1
name = 'Webware for Python'
2
2
3
- version = (3 , 0 , 5 )
3
+ version = (3 , 0 , 6 )
4
4
5
5
status = 'stable'
6
6
You can’t perform that action at this time.
0 commit comments