Skip to content

Commit

Permalink
Merge pull request #2446 from jburel/exclude_java
Browse files Browse the repository at this point in the history
exclude java link from linkcheck
  • Loading branch information
jburel authored Jul 22, 2024
2 parents 9443a5c + a175525 commit c835850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def get_previous_version(majornumber, minornumber=0):
r'https://wiki.centos.org/.*',
r'https://royalsocietypublishing.org/.*',
r'https://trac.openmicroscopy.org*',
r'https://java.com/.*',
]

exclude_patterns = ['sysadmins/unix/walkthrough/requirements*',
Expand Down

0 comments on commit c835850

Please sign in to comment.