Skip to content

Commit ad9d365

Browse files
committed
pep8 and fix url in history section
1 parent 4dfc725 commit ad9d365

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import os
44
import sys
5+
import alabaster
56

67
# Get the project root dir, which is the parent dir of this
78
cwd = os.getcwd()
@@ -10,7 +11,7 @@
1011
sys.path.insert(0, project_root)
1112

1213
from libtmux import test # NOQA
13-
import libtmux
14+
import libtmux # NOQA
1415

1516
# package data
1617
about = {}
@@ -28,7 +29,7 @@
2829
releases_unstable_prehistory = True
2930
releases_document_name = "history"
3031
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"
3233

3334
templates_path = ['_templates']
3435

@@ -46,8 +47,6 @@
4647

4748
pygments_style = 'sphinx'
4849

49-
import alabaster
50-
5150
html_theme_path = [alabaster.get_path()]
5251
html_favicon = 'favicon.ico'
5352
html_theme = 'alabaster'

0 commit comments

Comments
 (0)