diff --git a/docs/changelog.md b/docs/changelog.md new file mode 120000 index 00000000..04c99a55 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1 @@ +../CHANGELOG.md \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 3c5b06ea..4415af1c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,11 @@ development/index api +.. toctree:: + :hidden: + + changelog + #### Mobu #### diff --git a/pyproject.toml b/pyproject.toml index d8f38749..667d80c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,8 @@ monkeyflocker = "monkeyflocker.cli:main" [project.urls] Homepage = "https://mobu.lsst.io" Source = "https://github.com/lsst-sqre/mobu" +"Change log" = "https://mobu.lsst.io/changelog.html" +"Issue tracker" = "https://github.com/lsst-sqre/mobu/issues" [build-system] requires = ["setuptools>=61", "wheel", "setuptools_scm[toml]>=6.2"]