A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics 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: .