Skip to content

Commit 38531ef

Browse files
authored
fix: exclude underscore-prefixed partials from sitemap (#2575)
* test: point directory-parser at underscore-exclusion PR branch Temporarily install canonicalwebteam.directory-parser from the exclude-underscore-prefixed-partials branch so the sitemap fix (which drops _-prefixed partials like /maas/_tutorial and /tests/_thank-you) can be QA'd on a demo before the package is released. Revert to a pinned release version once the upstream PR is merged. * chore: update directory parser module
1 parent 44b75d7 commit 38531ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonicalwebteam.templatefinder==1.0.0
66
canonicalwebteam.discourse==7.1.1
77
canonicalwebteam.search==2.1.2
88
canonicalwebteam.form-generator==2.2.0
9-
canonicalwebteam.directory-parser==1.2.10
9+
canonicalwebteam.directory-parser==1.2.11
1010
canonicalwebteam.markdown-response==0.2.0
1111
bleach==5.0.1
1212
markdown==3.8.2

0 commit comments

Comments
 (0)