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

Take default og:site_name from sphinx project config value #83

Merged
merged 5 commits into from Nov 22, 2022

Commits on Nov 8, 2022

  1. Take default og:site_name from sphinx project config value

    - The standard `project` Sphinx config value seems like a reasonable
      default value for the site_name.
    - This uses that as a default, if `ogp_site_name` is not set.
    - This will change the default, and add `og:site_name` for many
      projects where it previously wasn't set.
    rkdarst committed Nov 8, 2022
    Copy the full SHA
    c777fc8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    rkdarst and hugovk committed Nov 8, 2022
    Copy the full SHA
    81da999 View commit details
    Browse the repository at this point in the history
  3. Run black

    rkdarst committed Nov 8, 2022
    Copy the full SHA
    4cf7858 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e14483 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5d66b24 View commit details
    Browse the repository at this point in the history