Skip to content

Commit

Permalink
Ignore crawler helper made by latest doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 16, 2024
1 parent a35d281 commit d29453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/process_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def add_html_links(branch):
repo = get_git_repo()
pagemap = get_page_map()
for html in glob.glob("html/*.html"):
if html != 'html/pages.html':
if html != 'html/pages.html' and html != 'html/doxygen_crawl.html':
patch_html(html, repo, pagemap[html], branch, license_link)


Expand Down

0 comments on commit d29453f

Please sign in to comment.