A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
156 B

  1. version: 2
  2. build:
  3. os: ubuntu-22.04
  4. tools:
  5. python: "3.12"
  6. sphinx:
  7. configuration: docs/conf.py
  8. python:
  9. install:
  10. - method: pip
  11. path: .