Skip to content

Commit 00901e8

Browse files
committed
Merge branch 'main' into rtd-addons
2 parents 0155808 + d557f8d commit 00901e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3"
6+
python: "3.12"
77

88
python:
99
install:
@@ -16,3 +16,4 @@ python:
1616
sphinx:
1717
builder: html
1818
fail_on_warning: true
19+
configuration: docs/source/conf.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Users hosting documentation on Read The Docs *do not* need to set any of the fol
3232
* 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.
3333
* `ogp_social_cards`
3434
* Configuration for automatically creating social media card PNGs for each page.
35-
For more information, see [the social media cards docs](docs/source/socialcards.md).
35+
For more information, see [the social media cards docs](https://github.com/wpilibsuite/sphinxext-opengraph/blob/main/docs/source/socialcards.md).
3636
* `ogp_image`
3737
* 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`.
3838
* `ogp_image_alt`

0 commit comments

Comments
 (0)