https://github.com/jupyterhub/dockerspawner
Raw File
Tip revision: 2e89ca0c5d89dbedf2c42aad06a32c2daf0376fb authored by Erik Sundell on 01 February 2024, 09:28:10 UTC
Merge pull request #518 from jupyterhub/dependabot/github_actions/codecov/codecov-action-4
Tip revision: 2e89ca0
.readthedocs.yml
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

sphinx:
  configuration: docs/source/conf.py

formats: all

python:
  install:
    - method: pip
      path: .
    - requirements: docs/requirements.txt
back to top