|
17 | 17 |
|
18 | 18 | # -- Project information ----------------------------------------------------- |
19 | 19 |
|
20 | | -project = "Plone Training" |
| 20 | +project = "Plone Training 2025" |
21 | 21 | copyright = "Plone Foundation" |
22 | 22 | author = "Plone community" |
23 | 23 | trademark_name = "Plone" |
|
29 | 29 | # built documents. |
30 | 30 | # |
31 | 31 | # The short X.Y version. |
32 | | -version = year |
| 32 | +version = "2025" |
33 | 33 | # The full version, including alpha/beta/rc tags. |
34 | | -release = year |
| 34 | +release = "2025" |
35 | 35 |
|
36 | 36 |
|
37 | 37 | # -- General configuration ---------------------------------------------------- |
|
123 | 123 | } |
124 | 124 |
|
125 | 125 | html_theme_options = { |
| 126 | + "announcement": "⚠️ You are viewing the 2025 version of Plone Training. <a href='https://training.plone.org/'>View the latest version</a>. ⚠️", |
126 | 127 | "article_header_start": ["toggle-primary-sidebar", "chapter-title"], |
127 | 128 | "extra_footer": """<p>The text and illustrations in this website are licensed by the Plone Foundation under a Creative Commons Attribution 4.0 International license. Plone and the Plone® logo are registered trademarks of the Plone Foundation, registered in the United States and other countries. For guidelines on the permitted uses of the Plone trademarks, see <a href="https://plone.org/foundation/logo">https://plone.org/foundation/logo</a>. All other trademarks are owned by their respective owners.</p> |
128 | 129 | <p>Pull request previews by <a href="https://readthedocs.org/">Read the Docs</a>.</p>""", |
|
252 | 253 |
|
253 | 254 | # -- OpenGraph configuration ---------------------------------- |
254 | 255 |
|
255 | | -ogp_site_url = "https://training.plone.org/" |
| 256 | +ogp_site_url = "https://2025.training.plone.org/" |
256 | 257 | ogp_description_length = 200 |
257 | | -ogp_image = "https://training.plone.org/_static/Plone_logo_square.png" |
258 | | -ogp_site_name = "Plone Training" |
| 258 | +ogp_image = "https://2025.training.plone.org/_static/Plone_logo_square.png" |
| 259 | +ogp_site_name = "Plone Training 2025" |
259 | 260 | ogp_type = "website" |
260 | 261 | ogp_custom_meta_tags = [ |
261 | 262 | '<meta property="og:locale" content="en_US" />', |
|
277 | 278 | # -- Options for sphinx_sitemap to HTML ----------------------------- |
278 | 279 |
|
279 | 280 | # Used by sphinx_sitemap to generate a sitemap |
280 | | -html_baseurl = "https://training.plone.org/" |
| 281 | +html_baseurl = "https://2025.training.plone.org/" |
281 | 282 | # https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#customizing-the-url-scheme |
282 | 283 | sitemap_url_scheme = "{link}" |
283 | 284 |
|
|
0 commit comments