environment.yml 133 B

123456789
  1. name: lab_tutorial
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python=3
  6. - sphinx>1.4
  7. - sphinx_rtd_theme
  8. - pip:
  9. - recommonmark==0.4.0