Skip to content

Commit a46300d

Browse files
committed
Update links for the move to the Sphinx organisation
1 parent 16a394b commit a46300d

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

LICENSE.md renamed to LICENCE.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2020 FIRST
1+
Copyright (c) 2020, FIRST
2+
Copyright (c) 2025, the Sphinx developers
23
All rights reserved.
34

45
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sphinxext-opengraph
22

3-
[![Build](https://github.com/wpilibsuite/sphinxext-opengraph/workflows/Test%20and%20Deploy/badge.svg)](https://github.com/wpilibsuite/sphinxext-opengraph/actions)
3+
[![Build](https://github.com/sphinx-doc/sphinxext-opengraph/workflows/Test%20and%20Deploy/badge.svg)](https://github.com/sphinx-doc/sphinxext-opengraph/actions)
44
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/format.json)](https://github.com/astral-sh/ruff)
55

66
Sphinx extension to generate [Open Graph metadata](https://ogp.me/) for each page of your documentation.
@@ -40,7 +40,7 @@ Users hosting documentation on Read The Docs *do not* need to set any of the fol
4040
* This is not required. Name of the site. This is displayed above the title. Defaults to the Sphinx [`project`](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-project) config value. Set to `False` to unset and use no default.
4141
* `ogp_social_cards`
4242
* Configuration for automatically creating social media card PNGs for each page.
43-
For more information, see [the social media cards docs](https://github.com/wpilibsuite/sphinxext-opengraph/blob/main/docs/source/socialcards.md).
43+
For more information, see [the social media cards docs](https://github.com/sphinx-doc/sphinxext-opengraph/blob/main/docs/source/socialcards.md).
4444
* `ogp_image`
4545
* This is not required. Link to image to show. Note that all relative paths are converted to be relative to the root of the html output as defined by `ogp_site_url`.
4646
* `ogp_image_alt`

docs/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
# -- Project information -----------------------------------------------------
1818

1919
project = "sphinxext-opengraph"
20-
copyright = "2020, FIRST"
21-
author = "WPILib"
20+
copyright = (
21+
"2020, FIRST",
22+
"2025-%Y, the Sphinx developers",
23+
)
2224

2325
# The full version, including alpha/beta/rc tags
2426
release = "1.0"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ build-backend = "flit_core.buildapi"
77
name = "sphinxext-opengraph"
88
description = "Sphinx Extension to enable OGP support"
99
readme = "README.md"
10-
urls.Code = "https://github.com/wpilibsuite/sphinxext-opengraph/"
10+
urls.Code = "https://github.com/sphinx-doc/sphinxext-opengraph/"
1111
urls.Documentation = "https://sphinxext-opengraph.readthedocs.io/"
1212
urls.Download = "https://pypi.org/project/sphinxext-opengraph/"
13-
urls.Homepage = "https://github.com/wpilibsuite/sphinxext-opengraph/"
14-
urls."Issue tracker" = "https://github.com/wpilibsuite/sphinxext-opengraph/issues"
13+
urls.Homepage = "https://github.com/sphinx-doc/sphinxext-opengraph/"
14+
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinxext-opengraph/issues"
1515
license.text = "BSD-3-Clause"
1616
requires-python = ">=3.9"
1717

0 commit comments

Comments
 (0)