mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-08 14:33:53 -05:00
Rebuild the changelog management process
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
## [0.3.0] - 2021-09-20
|
||||
|
||||
Initial release.
|
||||
9
docs/changelog.rst
Normal file
9
docs/changelog.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
- :bug:`0` Retagged previous versions using pure Semantic Versioning
|
||||
- :feature:`0` Documentation for kami::RandomScheduler
|
||||
- :feature:`0` Added a changelog!
|
||||
|
||||
- :release:`0.3.0 <2021.09.20>`
|
||||
- :feature:`0` Initial public release.
|
||||
@@ -43,7 +43,11 @@ extensions = [
|
||||
'sphinx.ext.githubpages',
|
||||
'breathe',
|
||||
'exhale',
|
||||
'myst_parser']
|
||||
'myst_parser',
|
||||
'releases']
|
||||
|
||||
# 'releases' (changelog) settings
|
||||
releases_github_path = "JHUAPL/kami"
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
@@ -4,3 +4,5 @@ exhale
|
||||
documenteer
|
||||
myst-parser
|
||||
sphinx_bootstrap_theme
|
||||
sphinx_rtd_theme
|
||||
git+https://github.com/bitprophet/releases/#egg=releases
|
||||
|
||||
Reference in New Issue
Block a user