Skip to content

Commit d4356f8

Browse files
author
Petr Vesely
committed
[UR] Remove generate ref
1 parent 2a291df commit d4356f8

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

scripts/generate_docs.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,6 @@ def generate_rst(docpath, section, namespace, tags, ver, rev, specs, meta):
203203
meta=meta,
204204
specs=specs)
205205

206-
207-
"""
208-
Entry-point:
209-
generate reference JSON file
210-
"""
211-
def generate_ref(dstpath, ref):
212-
refpath = os.path.join(dstpath, "ref")
213-
util.removePath(refpath)
214-
util.makePath(refpath)
215-
216-
util.jsonWrite(os.path.join(refpath, "unified-runtime.json"), ref)
217-
218206
"""
219207
Entry-point:
220208
generate doxygen xml and setup source path.

scripts/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def main():
159159
docpath = os.path.join("../docs/")
160160

161161
generate_docs.prepare(docpath, args['rst'], args['html'], args['ver'])
162-
generate_docs.generate_ref(docpath, input['ref'])
163162

164163
for idx, specs in enumerate(input['specs']):
165164
config = input['configs'][idx]

0 commit comments

Comments
 (0)