Skip to content

Commit

Permalink
Sync demo content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alcarney committed Jul 21, 2024
1 parent b57612f commit d3b1879
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"sphinx.ext.intersphinx",
"sphinx_design",
"myst_parser",
]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "env", ".tox", "README.md"]

intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
}


linkcheck_allowed_redirects = {
# All HTTP redirections from the source URI to the canonical URI will be treated as "working".
r"https://sphinx-doc\.org/.*": r"https://sphinx-doc\.org/en/master/.*"
Expand Down

0 comments on commit d3b1879

Please sign in to comment.