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

[IMP] allow custom URL scheme for internationalized pages #23

Merged
merged 3 commits into from Feb 19, 2020

Commits on Dec 30, 2019

  1. [IMP] allow custom URL scheme for internationalized pages

    Allowing to use a custom i18n_url_scheme parameter.
    Before this commit, the URLs were forced to use the format
    <site>/<lang>/<version>/<link> which is the format used by RTD but
    some may use a different one.
    mart-e committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    eaba8bb View commit details
    Browse the repository at this point in the history
  2. [IMP] safer way to handle /

    In case somebody does not respect the tacit rule of ending site_url or
    version by a slash or not
    mart-e committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    62eb372 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    d611027 View commit details
    Browse the repository at this point in the history