Skip to content

Commit

Permalink
Add rosdoc2 files to exclude patterns (#273)
Browse files Browse the repository at this point in the history
(cherry picked from commit d7a8e15)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Apr 16, 2024
1 parent 96b049e commit fd9433f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**/CHANGELOG.rst", "**/README.rst"]
# exclude index.rst files for metapackages for rosdoc2
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store",
"**/CHANGELOG.rst", "**/README.rst",
"doc/ros2_control/ros2_control/**.rst",
"doc/ros2_controllers/ros2_controllers/**.rst"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
Expand Down

0 comments on commit fd9433f

Please sign in to comment.