Adds subprocess to conf.py

This commit is contained in:
Richard Mahn 2021-12-07 15:24:56 -05:00
parent fec44caf8d
commit db458f59db
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import subprocess
# -- General configuration ------------------------------------------------
@ -345,3 +346,6 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#
# texinfo_no_detailmenu = False
subprocess.run(["git", "submodule", "foreach", "git", "pull", "origin", "master"])