diff --git a/invocations/__init__.py b/invocations/__init__.py index aafd12a2d8..3e27640c4f 100644 --- a/invocations/__init__.py +++ b/invocations/__init__.py @@ -32,6 +32,8 @@ f'The error encountered was "{e}"' ) +bootstrap_mode = False + DEFAULT_NS_CONFIGURATION = {"run": {"echo": True}, "is_ci_cd": False} if platform.system() != "Windows": diff --git a/pyproject.toml b/pyproject.toml index 9118a846f9..534c3b591e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ sphinx-rtd-theme = "^1.1.1" sphinx-markdown-builder = "^0.6.5" sphinx-issues = "^3.0.1" sphinx-lint = "^0.6.6" -robotframework-docgen = "^0.15.0" +robotframework-docgen = "^0.16.0" robotframeworklexer = "^1.1" docutils = "^0.16" jinja2 = "^3.1.2"