This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

13 行
202 B

  1. version: 2
  2. formats: all
  3. python:
  4. version: 3.7
  5. install:
  6. - requirements: docs/requirements.txt
  7. # Build documentation in the docs/ directory with Sphinx
  8. sphinx:
  9. configuration: docs/conf.py