File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2828# The short X.Y version
2929version = '3.0'
3030# The full version, including alpha/beta/rc tags
31- release = '3.0.4 '
31+ release = '3.0.6 '
3232
3333
3434# -- General configuration ---------------------------------------------------
6161autosummary_generate = True
6262
6363# 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)
6565nitpicky = True
6666nitpick_ignore = [('py:class' , t ) for t in (
6767 'cgi.FieldStorage' , 'html.parser.HTMLParser' ,
7777# Add any paths that contain custom static files (such as style sheets) here,
7878# relative to this directory. They are copied after the builtin static files,
7979# so a file named "default.css" will overwrite the builtin "default.css".
80- #html_static_path = ['_static']
8180html_static_path = ['css' ]
Original file line number Diff line number Diff line change 11name = 'Webware for Python'
22
3- version = (3 , 0 , 5 )
3+ version = (3 , 0 , 6 )
44
55status = 'stable'
66
You can’t perform that action at this time.
0 commit comments