A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
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: .