Skip to content

Commit

Permalink
Merge pull request #178 from matplotlib/deploy-docs
Browse files Browse the repository at this point in the history
Deploy docs to external repo
  • Loading branch information
dstansby authored Jun 26, 2023
2 parents 1f05e06 + bdd3172 commit 83747f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
ssh-key: ${{ secrets.DEPLOY_KEY }}
repository-name: dstansby/napari-matplotlib-docs
14 changes: 14 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,17 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ['_static']

html_theme_options = {
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/matplotlib/napari-matplotlib",
"icon": "fa-brands fa-square-github",
"type": "fontawesome",
}
],
"logo": {
"text": "napari-matplotlib",
},
}

0 comments on commit 83747f9

Please sign in to comment.