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 3e69df7 commit f791805
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 @@ -277,6 +277,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 f791805

Please sign in to comment.