Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent 9efbcad commit abe80c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/customisation/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ If you wish to use Font Awesome icons in the footer, it's a two step process.

```py
html_css_files = [
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/solid.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/brands.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/solid.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/brands.min.css",
]
```

Expand Down
4 changes: 1 addition & 3 deletions docs/customisation/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ It is possible to have a custom landing page in Sphinx documentation. This is ac

```py
templates_path = ["_templates"]
html_additional_pages = {
"index": "your-custom-landing-page.html"
}
html_additional_pages = {"index": "your-custom-landing-page.html"}
```

```{note}
Expand Down

0 comments on commit abe80c1

Please sign in to comment.