Skip to content

docs: Display license info in footer#796

Merged
lmlg merged 1 commit into
mainfrom
add-copyright-statement
Jul 7, 2026
Merged

docs: Display license info in footer#796
lmlg merged 1 commit into
mainfrom
add-copyright-statement

Conversation

@skoech

@skoech skoech commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Description

This PR adds license info to the footer of the docs. Sphinx Stack v2.0 aligns the copyright statement in the footer with legal standards, but this change was neglected in #794.

Release notes prescription:

To incorporate this change in your documentation, add the license information to html_context in your conf.py file:

html_context = {
    "license": {
        "name": "CC-BY-SA-3.0",
        "url": "https://github.com/canonical/sphinx-docs-starter-pack/blob/main/LICENSE",
    },
}

Type of change

  • Documentation update (change to documentation only)

How has this been tested?

Tested locally; build passes with no errors or warnings:

make clean && make run: Builds and serves successfully
make spelling: No spelling errors
make woke: No inclusive language issues
make linkcheck: No broken links
image

Contributor checklist

Please check that you have:

  • self-reviewed the code in this PR
  • added code comments, particularly in less straightforward areas
  • checked and added or updated relevant documentation
  • added or updated HTML meta descriptions for any new or modified documentation pages (see #643) - N/A
  • verified that page title and headings accurately represent page content for new or modified documentation pages - N/A
  • checked and added or updated relevant release notes
  • added tests to verify effectiveness of this change

Signed-off-by: Sharon Koech <sharon.koech@canonical.com>

@lmlg lmlg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lmlg
lmlg merged commit 88a8de9 into main Jul 7, 2026
92 of 93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants