Lines Matching full:run
36 added to each document before Sphinx was run).
53 run time to a run time that is workable for rapidly repeating doc
78 After the above has been run through once, you can thereafter
79 run the following until docs-development task is complete.
172 def run(): function
290 # Provide a way to run an external command and abort build on error.
404 config_builder.run()
457 # Replace tokens in Doxyfile in 'temp_directory' with data from this run.
497 doc_builder.run(
604 # run Sphinx from script as
608 # because it takes ~10X longer to run than `sphinx_build` executable.
631 print('Sphinx run time: ' + str(t3 - t2))
652 print('Total run time: ' + str(t4 - t1))
662 # Make module importable as well as run-able.
665 run()