Skip to content
Snippets Groups Projects
.readthedocs.yml 197 B
Newer Older
  • Learn to ignore specific revisions
  • # .readthedocs.yml
    
    build:
      image: latest
    
    python:
      version: 3.5
      # To run "pip install ." in rtfd.io
      pip_install: true
    
    # To run "pip install .[docs]" in rtfd.io
    extra_requirements:
      - docs