include proposals.py in matrix-doc CI
This commit is contained in:
parent
a552c1853e
commit
0c1ba33eba
3 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,9 @@ cd `dirname $0`/..
|
|||
|
||||
mkdir -p assets
|
||||
|
||||
# generate specification/proposals.rst
|
||||
./scripts/proposals.py
|
||||
|
||||
# generate the spec docs
|
||||
./scripts/gendoc.py -d assets/spec
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
import requests
|
||||
import re
|
||||
from datetime import datetime
|
||||
from m2r import convert as m2r
|
||||
|
||||
pagecount = 1
|
||||
authors = set()
|
||||
|
@ -42,7 +41,7 @@ issues = {}
|
|||
for label in labels:
|
||||
issues[label] = getbylabel(label)
|
||||
|
||||
text_file = open("../specification/proposals.rst", "w")
|
||||
text_file = open("specification/proposals.rst", "w")
|
||||
|
||||
text_file.write("Tables of Tracked Proposals\n---------------------------\n\n")
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@ pygments >= 2.2.0
|
|||
Jinja2 >= 2.9.6
|
||||
jsonschema >= 2.6.0
|
||||
PyYAML >= 3.12
|
||||
requests >= 2.18.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue