Skip to content

Commit

Permalink
Suppress myst warnings, remove external links
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 16, 2023
1 parent 6034b1b commit 7665b95
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".ipynb_checkpoints"]

# Suppress warnings generated by Sphinx and/or by Sphinx extensions
suppress_warnings = ["git.too_shallow"]
suppress_warnings = ["git.too_shallow", "myst.xref_missing"]

# -- Options for HTML output -------------------------------------------------

Expand Down Expand Up @@ -142,12 +142,6 @@
},
],
"collapse_navigation": True,
"external_links": [
{
"name": "Contributing",
"url": "https://github.com/pybamm-team/PyBaMM/tree/develop/CONTRIBUTING.md",
},
],
# should be kept versioned to use for the version warning bar
"switcher": {
"version_match": version,
Expand Down

0 comments on commit 7665b95

Please sign in to comment.