8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db05aa8 commit 0068a5eCopy full SHA for 0068a5e
doc_tasks/tasks.py
@@ -102,7 +102,7 @@ def update_one_page(page):
102
def full_update_and_commit():
103
processes = OrderedDict()
104
processes['tx_pull'] = tx_pull(page=None)
105
- processes['sphinx_intl_build'] = sphinx_intl_build(rebuild_all=True)
106
- processes['sphinx_build_html'] = sphinx_build_html()
+ processes['sphinx_intl_build'] = sphinx_intl_build()
+ processes['sphinx_build_html'] = sphinx_build_html(rebuild_all=True)
107
processes.update(git_add_commit_push())
108
return processes
0 commit comments