readthedocs.yml 245 B

123456789101112
  1. version: 2
  2. name: jupyterlab
  3. sphinx:
  4. configuration: docs/source/conf.py
  5. python:
  6. version: 3.7
  7. install:
  8. # install docs requirements
  9. - requirements: docs/requirements.txt
  10. # install jupyterlab itself
  11. - method: pip
  12. path: .