no need to mark the included file as an orphan

develop
myk002 2022-07-22 15:31:58 -07:00
parent 47af2ef396
commit 93923e12f4
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 0 additions and 1 deletions

@ -135,7 +135,6 @@ def get_open_mode():
def generate_tag_indices():
os.makedirs('docs/tags', mode=0o755, exist_ok=True)
with open('docs/tags/index.rst', get_open_mode()) as topidx:
topidx.write(':orphan:\n\n')
for tag_tuple in get_tags():
tag = tag_tuple[0]
with open(('docs/tags/{name}.rst').format(name=tag),