diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 9b287ca..56c5fca 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -1,11 +1,9 @@ - --- - +--- name: Release about: Checklist and communication channel for PyPI and GitHub release title: "Ready for PyPI/GitHub release" labels: "release" assignees: "" - --- ### PyPI/GitHub rc-release preparation checklist: diff --git a/news/quick-fixes.rst b/news/quick-fixes.rst new file mode 100644 index 0000000..c4a40ff --- /dev/null +++ b/news/quick-fixes.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Minor fixes for requirements folder and release issue template. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/requirements/docs.txt b/requirements/docs.txt index 5f34c6e..1de813f 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,4 +2,4 @@ sphinx sphinx_rtd_theme sphinx-copybutton doctr -m2r +m2r2