Skip to content

Commit

Permalink
Fix image on website.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoRodrigues committed Jan 17, 2024
1 parent a4bd416 commit d6bb9fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
venv/
docs/*png
Binary file modified banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions mkindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os
import pathlib
import re
import shutil
import sys
import urllib.request

Expand Down Expand Up @@ -123,3 +124,6 @@ def add_toc_depth_limit():
for ln in filter_gh_toc(lines):
print(ln, file=handle, end="")

# Copy banner.png
shutil.copyfile("banner.png", INDEX_MD_PATH.parent / "banner.png")

0 comments on commit d6bb9fa

Please sign in to comment.