File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33import os
44import sys
5+ import alabaster
56
67# Get the project root dir, which is the parent dir of this
78cwd = os .getcwd ()
1011sys .path .insert (0 , project_root )
1112
1213from libtmux import test # NOQA
13- import libtmux
14+ import libtmux # NOQA
1415
1516# package data
1617about = {}
2829releases_unstable_prehistory = True
2930releases_document_name = "history"
3031releases_issue_uri = "https://github.com/tony/libtmux/issues/%s"
31- releases_release_uri = "https://github.com/tony/libtmux/tree/%s"
32+ releases_release_uri = "https://github.com/tony/libtmux/tree/v %s"
3233
3334templates_path = ['_templates' ]
3435
4647
4748pygments_style = 'sphinx'
4849
49- import alabaster
50-
5150html_theme_path = [alabaster .get_path ()]
5251html_favicon = 'favicon.ico'
5352html_theme = 'alabaster'
You can’t perform that action at this time.
0 commit comments