kopia lustrzana https://github.com/jupyterhub/repo2docker
Move autoprogram to doc requirements
rodzic
cc98e3f041
commit
1bb2b2f3a7
1
Pipfile
1
Pipfile
|
@ -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}
|
||||||
|
|
|
@ -4,4 +4,3 @@ pyyaml
|
||||||
pytest
|
pytest
|
||||||
wheel
|
wheel
|
||||||
pytest-cov
|
pytest-cov
|
||||||
sphinxcontrib-autoprogram
|
|
||||||
|
|
|
@ -4,3 +4,4 @@ sphinx>=1.4, !=1.5.4
|
||||||
recommonmark
|
recommonmark
|
||||||
alabaster
|
alabaster
|
||||||
alabaster_jupyterhub
|
alabaster_jupyterhub
|
||||||
|
sphinxcontrib-autoprogram
|
||||||
|
|
Ładowanie…
Reference in New Issue