Skip to content

Commit 6226559

Browse files
authored
Update docs on locale configuration (#256)
`locale` at root was deprecated in #212, and `theme/language` only works for Material theme. Relevant implementation: https://github.com/Guts/mkdocs-rss-plugin/blob/15938261138769919c714e60d4925c58bffa81e1/mkdocs_rss_plugin/util.py#L720-L723
2 parents 1593826 + f2a3a9a commit 6226559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To produce a valid RSS feed, the plugin uses:
3030
| [`site_author`](https://www.mkdocs.org/user-guide/configuration/#site_author) | **recommended** | [`managingEditor`](https://www.w3schools.com/xml/rss_tag_managingeditor.asp) |
3131
| ---- | ---- | ---- |
3232
| [`copyright`](https://www.mkdocs.org/user-guide/configuration/#copyright) | *optional* | [`copyright`](https://www.w3schools.com/xml/rss_tag_copyright.asp) |
33-
| [`locale` or `theme/locale` or `theme/language`](https://github.com/squidfunk/mkdocs-material/issues/1350#issuecomment-559095892) | *optional* | [`language`](https://www.w3schools.com/xml/rss_tag_language.asp) |
33+
| [`theme/locale` (or `theme/language` for Material theme)](https://github.com/squidfunk/mkdocs-material/issues/1350#issuecomment-559095892) | *optional* | [`language`](https://www.w3schools.com/xml/rss_tag_language.asp) |
3434

3535
### Automatic elements
3636

0 commit comments

Comments
 (0)