Formatting
This commit is contained in:
parent
5f4a02cc69
commit
4c24dc6441
@ -83,7 +83,9 @@ def make_rst(src_root, rst_root, clean=False, overwrite=False, package_prefix=""
|
|||||||
log.info(f"Writing {package_index_rst_path}")
|
log.info(f"Writing {package_index_rst_path}")
|
||||||
write_to_file(
|
write_to_file(
|
||||||
index_template(
|
index_template(
|
||||||
base_package_name, doc_references=module_names + subdir_refs, text_prefix=_SUBTITLE,
|
base_package_name,
|
||||||
|
doc_references=module_names + subdir_refs,
|
||||||
|
text_prefix=_SUBTITLE,
|
||||||
),
|
),
|
||||||
package_index_rst_path,
|
package_index_rst_path,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user