Codebase list jupyter-client / HEAD readthedocs.yml
HEAD

Tree @HEAD (Download .tar.gz)

readthedocs.yml @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
version: 2
sphinx:
  configuration: docs/conf.py
python:
  version: 3.7
  install:
    # install jupyter-client itself
    - method: pip
      path: ".[doc]"