diff --git a/Pipfile b/Pipfile index 451eb5e2..054e2aef 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,7 @@ recommonmark = "*" alabaster = "*" Sphinx = ">=1.4,!=1.5.4" alabaster_jupyterhub = "*" +sphinxcontrib-autoprogram = "*" [packages] repo2docker = {path=".", editable=true} diff --git a/dev-requirements.txt b/dev-requirements.txt index 04b013e7..411deadc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,4 +4,3 @@ pyyaml pytest wheel pytest-cov -sphinxcontrib-autoprogram diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 03f3de16..6fbafab2 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -4,3 +4,4 @@ sphinx>=1.4, !=1.5.4 recommonmark alabaster alabaster_jupyterhub +sphinxcontrib-autoprogram