environment.yml 191 B

123456789101112
  1. name: jupyterlab_documentation
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python=3.5
  6. - sphinx>=1.8
  7. - sphinx-copybutton
  8. - sphinx_rtd_theme
  9. - recommonmark
  10. - pytest
  11. - pip:
  12. - pytest-check-links