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 2
2
3
3
import os
4
4
import sys
5
+ import alabaster
5
6
6
7
# Get the project root dir, which is the parent dir of this
7
8
cwd = os .getcwd ()
10
11
sys .path .insert (0 , project_root )
11
12
12
13
from libtmux import test # NOQA
13
- import libtmux
14
+ import libtmux # NOQA
14
15
15
16
# package data
16
17
about = {}
28
29
releases_unstable_prehistory = True
29
30
releases_document_name = "history"
30
31
releases_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"
32
33
33
34
templates_path = ['_templates' ]
34
35
46
47
47
48
pygments_style = 'sphinx'
48
49
49
- import alabaster
50
-
51
50
html_theme_path = [alabaster .get_path ()]
52
51
html_favicon = 'favicon.ico'
53
52
html_theme = 'alabaster'
You can’t perform that action at this time.
0 commit comments