|
3 | 3 | # For the full list of built-in configuration values, see the documentation: |
4 | 4 | # https://www.sphinx-doc.org/en/master/usage/configuration.html |
5 | 5 |
|
| 6 | + |
6 | 7 | # -- Project information ----------------------------------------------------- |
7 | 8 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
8 | 9 |
|
9 | 10 | project = "64 Shades" |
10 | 11 | copyright = "2025, 64 Shades" |
11 | 12 | author = "64 Shades" |
12 | 13 |
|
| 14 | + |
13 | 15 | # -- General configuration --------------------------------------------------- |
14 | 16 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
15 | 17 |
|
|
19 | 21 | ] # type: ignore |
20 | 22 |
|
21 | 23 | # Open Graph extension configuration |
22 | | -ogp_site_url = "https://Subham-KRLX.github.io/" # Replace with your actual docs URL |
23 | | - |
| 24 | +# Point to the live documentation site so previews link to the published pages. |
| 25 | +ogp_site_url = "https://64-shades.github.io/" |
24 | 26 | ogp_description_length = 200 # Optional, number of characters to use for descriptions |
25 | 27 | ogp_type = "website" # Optional, type of page (usually 'website' for docs) |
26 | 28 |
|
27 | 29 | # NOTE: We keep templates_path to ensure our new template is found |
28 | 30 | templates_path = ["_templates"] |
29 | 31 | exclude_patterns = [] # type: ignore |
30 | 32 |
|
| 33 | + |
31 | 34 | # -- Options for HTML output ------------------------------------------------- |
32 | 35 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
33 | 36 |
|
|
36 | 39 |
|
37 | 40 | html_logo = "_static/images/logo.jpeg" |
38 | 41 |
|
| 42 | +# Favicon for the documentation site |
| 43 | +html_favicon = "_static/images/favicon.ico" |
| 44 | + |
39 | 45 | # Add your custom CSS file (updated to use the new CSS variables) |
40 | 46 | html_css_files = ["css/custom.css"] |
41 | 47 |
|
|
62 | 68 | "github_type": "fork", # Use 'watch' for the Star button |
63 | 69 | # REMOVED: The extra_nav_links are now placed directly via the template file |
64 | 70 | } |
| 71 | + |
| 72 | +# -- Open Graph / social metadata ----------------------------------------- |
| 73 | +# Point to the live documentation site so previews link to the published pages. |
| 74 | +# Use the GitHub Pages URL for this repository's docs site. |
| 75 | +ogp_site_url = "https://64-shades.github.io/" |
| 76 | +# How many characters of the page body to use as the og:description (optional) |
| 77 | +ogp_description_length = 200 |
| 78 | +# Default Open Graph object type |
| 79 | +ogp_type = "website" |
0 commit comments