Skip to content

Commit e0e882d

Browse files
committed
Fix releases_document_name
1 parent 1309e26 commit e0e882d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434

3535
releases_unstable_prehistory = True
36-
releases_document_name = "history"
36+
releases_document_name = ["history"]
3737
releases_issue_uri = "https://github.com/tmux-python/tmuxp/issues/%s"
3838
releases_release_uri = "https://github.com/tmux-python/tmuxp/tree/v%s"
3939

0 commit comments

Comments
 (0)