Skip to content

Commit 4863328

Browse files
authored
Merge pull request #110 from beenje/md-tagoverview-orphan
Make tagoverview markdown page orphan
2 parents abe976a + 490f40f commit 4863328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sphinx_tags/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ def tagpage(tags, outdir, title, extension, tags_index_head):
324324

325325
if "md" in extension:
326326
content = []
327+
content.append("---")
328+
content.append("orphan: true")
329+
content.append("---")
330+
content.append("")
327331
content.append("(tagoverview)=")
328332
content.append("")
329333
content.append(f"# {title}")

0 commit comments

Comments
 (0)