Skip to content
Snippets Groups Projects
.readthedocs.yaml 417 B
Newer Older
  • Learn to ignore specific revisions
  • # .readthedocs.yaml
    # Read the Docs configuration file
    # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
    
    # Required
    version: 2
    sphinx:
      configuration: hpvm/docs/conf.py
    
    Yifan Zhao's avatar
    Yifan Zhao committed
    submodules:
      include: all
    
    python:
      version: 3.6
      install:
        - requirements: hpvm/docs/requirements.txt
    
    Yifan Zhao's avatar
    Yifan Zhao committed
        - method: pip
          path: hpvm/projects/hpvm-profiler
        - method: pip
          path: hpvm/projects/predtuner