Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odoc: Put support files in their own directory #6913

Merged
merged 6 commits into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. odoc: Put support files in their own directory

    odoc 2.2 added math support, which comes with extra javascript, css and
    font files. Rather than add these as explicit targets, this commit
    changes the invocation of `odoc support-files` to output into the dir
    `_build/default/_doc/_html/_odoc_support` as a directory target.
    
    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4e7d1fa View commit details
    Browse the repository at this point in the history
  2. Set directory targets for the _odoc_support dir

    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    370d8fc View commit details
    Browse the repository at this point in the history
  3. More directory rules fixes for odoc

    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2adb08e View commit details
    Browse the repository at this point in the history
  4. Formatting

    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    239d21d View commit details
    Browse the repository at this point in the history
  5. Factor out constant

    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e6616e8 View commit details
    Browse the repository at this point in the history
  6. Update CHANGES

    Signed-off-by: Jon Ludlam <jon@recoil.org>
    jonludlam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8098bd1 View commit details
    Browse the repository at this point in the history