Skip to content

Commit d92328a

Browse files
committed
Update conf.py for releases
1 parent ffdbb62 commit d92328a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/conf.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,15 @@
4545
'sphinx.ext.todo',
4646
'sphinxarg.ext',
4747
'aafig',
48+
'releases',
4849
]
4950

51+
# 'releases' (changelog) settings
52+
releases_unstable_prehistory = True
53+
releases_document_name = "history"
54+
releases_issue_uri = "https://github.com/tony/tmuxp/issues/%s"
55+
releases_release_uri = "https://github.com/tony/tmuxp/tree/%s"
56+
5057
# Add any paths that contain templates here, relative to this directory.
5158
templates_path = ['_templates']
5259

@@ -278,7 +285,10 @@
278285
#texinfo_no_detailmenu = False
279286

280287
# Example configuration for intersphinx: refer to the Python standard library.
281-
intersphinx_mapping = {'http://docs.python.org/': None}
288+
intersphinx_mapping = {
289+
'http://docs.python.org/': None,
290+
'https://tmuxp.readthedocs.org/en/latest/': None
291+
}
282292

283293
# aafig format, try to get working with pdf
284294
aafig_format = dict(latex='pdf', html='gif')

0 commit comments

Comments
 (0)