File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ message: 'If you wish to cite the "Great Docs" package use:'
33type : software
44license : MIT
55title : " Great Docs: A comprehensive documentation site generator for Python packages."
6- version : " 0.9 "
6+ version : " 0.10.0 "
77abstract : Great Docs automatically creates beautiful, professional documentation
88 sites with auto-generated API references, smart navigation, and modern styling.
99 Features one-command setup, intelligent class/method/function categorization,
Original file line number Diff line number Diff line change @@ -51,14 +51,17 @@ hero:
5151# -----------------------
5252# Publish multiple versions of the site from a single source tree.
5353versions :
54- - label : " 0.10 (dev)"
54+ - label : " 0.11.0 (dev)"
5555 tag : dev
56- version : " 0.10 "
56+ version : " 0.11.0 "
5757 prerelease : true
58+ - label : " 0.10"
59+ tag : " 0.10"
60+ git_ref : v0.10.0
61+ latest : true
5862 - label : " 0.9"
5963 tag : " 0.9"
6064 git_ref : v0.9
61- latest : true
6265 - label : " 0.8"
6366 tag : " 0.8"
6467 git_ref : v0.8
You can’t perform that action at this time.
0 commit comments