Codebase list jupyter-client / 77dc0a3e-c197-4de6-8477-d132923a4310/main readthedocs.yml
77dc0a3e-c197-4de6-8477-d132923a4310/main

Tree @77dc0a3e-c197-4de6-8477-d132923a4310/main (Download .tar.gz)

readthedocs.yml @77dc0a3e-c197-4de6-8477-d132923a4310/mainraw · history · blame

version: 2
sphinx:
  configuration: docs/conf.py
python:
  version: 3.7
  install:
    # install docs requirements
    - requirements: docs/requirements.txt
    # install jupyter-client itself
    - method: pip
      path: .