Skip to content

Commit

Permalink
Expose enable_autodoc setting to users
Browse files Browse the repository at this point in the history
Signed-off-by: Abrar Rahman Protyasha <[email protected]>
  • Loading branch information
aprotyas committed May 26, 2022
1 parent 56a7908 commit 4a26f06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rosdoc2/verbs/build/builders/sphinx_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ def ensure_global(name, default):
## If an empty dictionary is provided, breathe defaults will be used.
# 'exhale_specs_mapping': {{}},
## This setting, if True, will ensure autodoc is part of the 'extensions'.
# 'enable_autodoc': True,
## This setting, if True, will ensure intersphinx is part of the 'extensions'.
# 'enable_intersphinx': True,
Expand Down

0 comments on commit 4a26f06

Please sign in to comment.