Skip to content

UI: missing a means to ignore some files or directories? #1144

@NicNomadic

Description

@NicNomadic

When running odoc on a repository containing both original and vendored source directories, we don't need to publish the doc for the latter, because this (1) takes a lot of extra time, and (2) raise errors for sources we don't control.

I could not find a way to exclude the vendored directories, neither in odoc itself nor when running odoc from dune.

In the latter case, I tried both listing the to-be-ignored dirs in two different dune stanzas:

  • putting them in vendored-dirs doesn't produce any error, but still builds the doc for them
  • putting them in data_only_dirs raises blocking errors such as Library "octez-internal-libs.irmin" not found

Should one of these solutions work? If not, is there another solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions