diff --git a/docs/conf.py b/docs/conf.py index 9893832b9..f4f9698ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,6 +77,11 @@ (r'\n\[INFO\] Fetching updates for Dataset.*', ''), # annoying always-true test for a non-annex git remote (r'\n\[INFO\] \S+/config download failed: Not Found', ''), + # datalad push step-progress + (r'\n\[INFO\] Determine push target', ''), + (r'\n\[INFO\] Push refspecs', ''), + (r'\n\[INFO\] Transfer data', ''), + (r'\n\[INFO\] Update availability information', ''), ] # pre-crafted artificial environment to run the code examples in # start with all datalad settings