Skip to content

Releases: nickderobertis/pypi-sphinx-quickstart

v0.2.11

24 Oct 16:35
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.2.2

24 Oct 13:35
Compare
Choose a tag to compare

Changes

  • No changes

v0.2.1

24 Oct 13:16
Compare
Choose a tag to compare

Changes

🚀 Features

v0.1.19

24 Oct 12:01
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Finish work on opening an issue to update Cookiecutter template if it includes changes to a workflow file @nickderobertis (#70)
  • Raise issue if template update workflow tries to update workflow file as Github Actions does not allow it to commit in this case @nickderobertis (#67)
  • Fix auto update from cookicutter template @nickderobertis (#65)
  • Add content type as markdown when using README.md as PyPI description @nickderobertis (#54)
  • Add sudo to apt install of pandoc @nickderobertis (#53)
  • Switch from installing pandoc via python to via apt @nickderobertis (#52)
  • Actually use README.md as PyPI description (was not hooked up) @nickderobertis (#47)
  • Update name of input for TODO commit branch @nickderobertis (#46)
  • Use forked version of todo-actions where commit branch can be specified, set it to master @nickderobertis (#45)
  • Automerge collect TODO checks out master instead of requiring master @nickderobertis (#43)
  • Add collectTodo job to automerge workflow so it will also run after auto merges @nickderobertis (#42)
  • Continue on error for upload docs to avoid race condition in uploading docs preventing PyPI push @nickderobertis (#40)
  • Actually apply config to correct step for automerge deploy checkout @nickderobertis (#39)
  • Try specifying full ref name to avoid checkout issue @nickderobertis (#38)
  • Specify repository to avoid checkout issue @nickderobertis (#37)

📖 Documentation