briggySmalls/cookiecutter-pypackage

Build fails because of invocations

briggySmalls opened this issue · 2 comments

  • Date you used Cookiecutter PyPackage: 2020/03/17
  • Cookiecutter version used, if any: N/A
  • Python version, if any:
  • Operating System: linux

Description

The CI server fails (as does my local machine) because the invocations package (used to document invoke) uses a deprecated sphinx API.

The issue has been reported pyinvoke/invocations#19

What I Did

Ran documentation build

invoke docs

It is probably worth removing the invoke documentation for the time being. If invocations is fixed then this could be reinstated.

Removed with 66d2545