Skip to content

Commit

Permalink
fix: add COS link to ignores since anchor is part of hyperlink to COS…
Browse files Browse the repository at this point in the history
… documenation

Signed-off-by: Jason C. Nucciarone <nuccitheboss@ubuntu.com>
  • Loading branch information
NucciTheBoss committed Aug 1, 2024
1 parent 053fd6e commit 3b68675
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
ogp_site_url = "https://canonical-starter-pack.readthedocs-hosted.com/"
ogp_site_name = project
ogp_image = "https://assets.ubuntu.com/v1/253da317-image-document-ubuntudocs.svg"
html_favicon = '.sphinx/_static/favicon.png'
html_favicon = ".sphinx/_static/favicon.png"
html_context = {
# Product information
"product_page": "ubuntu.com/hpc",
"product_tag": "_static/tag.png",

# Chat and updates
"matrix": "https://matrix.to/#/#hpc:ubuntu.com",

# GitHub
"github_url": "https://github.com/charmed-hpc",
"github_repository": "docs",
Expand All @@ -30,18 +28,18 @@
"github_issues": "enabled",
"github_discussions": "https://github.com/orgs/charmed-hpc/discussions",
"github_qa": "https://github.com/orgs/charmed-hpc/discussions/new?category=q-a",

# Footer configuration
"sequential_nav": "both",
"display_contributors": True,
"display_contributors_since": ""
"display_contributors_since": "",
}

slug = ""
redirects = {}
linkcheck_ignore = [
"http://127.0.0.1:8000",
"https://matrix.to/#/#hpc:ubuntu.com",
"https://charmhub.io/topics/canonical-observability-stack/tutorials/install-microk8s#heading--deploy-the-cos-lite-bundle-with-overlays",
]
custom_linkcheck_anchors_ignore_for_url = []
custom_myst_extensions = []
Expand Down Expand Up @@ -72,7 +70,7 @@
# manpages_url = "https://manpages.ubuntu.com/manpages/noble/en/man{section}/{page}.{section}.html"

# Define a :center: role that can be used to center the content of table cells.
rst_prolog = '''
rst_prolog = """
.. role:: center
:class: align-center
'''
"""

0 comments on commit 3b68675

Please sign in to comment.