readthedocs.yml 197 B

1234567891011
  1. version: 2
  2. sphinx:
  3. configuration: docs/source/conf.py
  4. conda:
  5. environment: docs/environment.yml
  6. python:
  7. version: 3.7
  8. install:
  9. # install jupyterlab itself
  10. - method: pip
  11. path: .