Skip to content

Commit

Permalink
Bump docgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
osrjv committed Oct 10, 2023
1 parent 62a4476 commit 43292a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions invocations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43292a1

Please sign in to comment.