[docs] Exclude eigen/unsupported from docs build (#7046)

This commit is contained in:
Ryan Blue
2024-09-07 23:42:41 -04:00
committed by GitHub
parent 115ffa3396
commit dc68576834

View File

@@ -148,6 +148,7 @@ doxygen {
// Save space by excluding protobuf and eigen
exclude 'Eigen/**'
exclude 'unsupported/**'
exclude 'google/protobuf/**'
exclude '**/.clang-tidy'