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

Fix versioned doc handling #688

Merged
merged 3 commits into from
Dec 14, 2017

Commits on Dec 14, 2017

  1. BUG: Fix loading of custom javascript in docs

    The fixed relative path is no good. Instead, we can use the method
    suggested in the templating section of the sphinx docs: the script_files
    variable for the layout template. Also remove the additional loading of
    jquery, since that's guaranteed to happen with our theme.
    dopplershift committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    abfdf3b View commit details
    Browse the repository at this point in the history
  2. BUG: Fix relative paths for doc version handling (Fixes Unidata#675)

    This was not properly finding either the versions.json file nor properly
    linking to other versions if the user is anywhere but the main page.
    dopplershift committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a3b8c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd7324 View commit details
    Browse the repository at this point in the history