environment.yml 255 B

1234567891011121314151617
  1. name: jupyterlab_documentation
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python=3.8
  6. - sphinx>=1.8
  7. - sphinx-copybutton
  8. - sphinx_rtd_theme
  9. - pytest
  10. - pip
  11. - nodejs
  12. - pip:
  13. - jsx-lexer
  14. - pytest-check-links[cache]>=0.4.3
  15. - myst_parser
  16. - requests_cache