File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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.
5158templates_path = ['_templates' ]
5259
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
284294aafig_format = dict (latex = 'pdf' , html = 'gif' )
You can’t perform that action at this time.
0 commit comments