chore: gettextを行うように

shared
yupix 12 months ago
parent dafe722564
commit d20f0d3ab7
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -94,4 +94,4 @@ if __name__ == "__main__":
excluded_files = ["__init__.py", "_version.py"] # Add files to exclude here
generate_documentation(source_path, output_path, hierarchy, exclude_files=excluded_files)
os.chdir("./docs")
subprocess.run("sphinx-intl update -p _build/gettext && ./doc_builder.sh", shell=True)
subprocess.run("make gettext && sphinx-intl update -p _build/gettext && ./doc_builder.sh", shell=True)

Loading…
Cancel
Save