Skip to content

Commit

Permalink
add icon files
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 1, 2024
1 parent 8753d31 commit 9a84df9
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install python3-distutils
- name: Build Documentation
working-directory: docs
run: sphinx-build -W --keep-going . _build
run: sphinx-build . _build
- name: copy image files
run: cp -r docs/assets docs/_build/
- uses: actions/upload-pages-artifact@v3
Expand Down
84 changes: 84 additions & 0 deletions docs/assets/beans.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/beans_32.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
"searchbox.html",
]
}
html_favicon = "assets/beans_32.ico"

0 comments on commit 9a84df9

Please sign in to comment.