environment.yml 104 B

1234567
  1. name: lab_tutorial
  2. dependencies:
  3. - python=3.5
  4. - sphinx_rtd_theme
  5. - pip:
  6. - sphinx>1.4
  7. - recommonmark