Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83747f9

Browse filesBrowse files
authored
Merge pull request #178 from matplotlib/deploy-docs
Deploy docs to external repo
2 parents 1f05e06 + bdd3172 commit 83747f9
Copy full SHA for 83747f9

File tree

2 files changed

+16
-0
lines changed
Filter options

2 files changed

+16
-0
lines changed

‎.github/workflows/docs.yml

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ jobs:
5151
uses: JamesIves/github-pages-deploy-action@v4
5252
with:
5353
folder: html
54+
ssh-key: ${{ secrets.DEPLOY_KEY }}
55+
repository-name: dstansby/napari-matplotlib-docs

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,17 @@
9292
# relative to this directory. They are copied after the builtin static files,
9393
# so a file named "default.css" will overwrite the builtin "default.css".
9494
# html_static_path = ['_static']
95+
96+
html_theme_options = {
97+
"icon_links": [
98+
{
99+
"name": "GitHub",
100+
"url": "https://github.com/matplotlib/napari-matplotlib",
101+
"icon": "fa-brands fa-square-github",
102+
"type": "fontawesome",
103+
}
104+
],
105+
"logo": {
106+
"text": "napari-matplotlib",
107+
},
108+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.