Move autoprogram to doc requirements

pull/515/head
James Bourbeau 2018-12-17 16:04:47 -06:00
rodzic cc98e3f041
commit 1bb2b2f3a7
3 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ recommonmark = "*"
alabaster = "*" alabaster = "*"
Sphinx = ">=1.4,!=1.5.4" Sphinx = ">=1.4,!=1.5.4"
alabaster_jupyterhub = "*" alabaster_jupyterhub = "*"
sphinxcontrib-autoprogram = "*"
[packages] [packages]
repo2docker = {path=".", editable=true} repo2docker = {path=".", editable=true}

Wyświetl plik

@ -4,4 +4,3 @@ pyyaml
pytest pytest
wheel wheel
pytest-cov pytest-cov
sphinxcontrib-autoprogram

Wyświetl plik

@ -4,3 +4,4 @@ sphinx>=1.4, !=1.5.4
recommonmark recommonmark
alabaster alabaster
alabaster_jupyterhub alabaster_jupyterhub
sphinxcontrib-autoprogram