File tree Expand file tree Collapse file tree 5 files changed +38
-20
lines changed Expand file tree Collapse file tree 5 files changed +38
-20
lines changed Original file line number Diff line number Diff line change
1
+ < h3 > Other Projects</ h3 >
2
+
3
+ < p > < iframe src ="https://ghbtns.com/github-btn.html?user=tony&type=follow&count=true " frameborder ="0 " scrolling ="0 " width ="170px " height ="20px "> </ iframe > </ p >
4
+
5
+ < p > More open source projects from < a href ="https://git-pull.com "> Tony Narlock</ a > :</ p >
6
+
7
+ < ul >
8
+ < li > < a href ="https://github.com/tony/tmuxp "> tmuxp</ a > </ li >
9
+ < li > < a href ="https://github.com/tony/vcspull "> vcspull</ a > </ li >
10
+ < li > < a href ="https://github.com/tony/libvcs "> libvcs</ a > </ li >
11
+ </ ul >
12
+
13
+ < a href ="https://github.com/tony/libtmux " id ="fork-gh ">
14
+ < img style ="position: absolute; top: 0; right: 0; border: 0; "
15
+ src ="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png "
16
+ alt ="Fork me on GitHub ">
17
+ </ a >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ < p >
2
+ < iframe src ="http://ghbtns.com/github-btn.html?user=tony&repo=libtmux&type=watch&count=true&size=large "
3
+ allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="150px " height ="30px "> </ iframe >
4
+ </ p >
Original file line number Diff line number Diff line change 10
10
sys .path .insert (0 , project_root )
11
11
12
12
from libtmux import test # NOQA
13
+ import libtmux
13
14
14
15
# package data
15
16
about = {}
21
22
'sphinx.ext.intersphinx' ,
22
23
'sphinx.ext.todo' ,
23
24
'releases' ,
25
+ 'alabaster' ,
24
26
]
25
27
26
28
releases_unstable_prehistory = True
44
46
45
47
pygments_style = 'sphinx'
46
48
47
- on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
48
- if on_rtd :
49
- html_theme = 'default'
50
- else :
51
- try :
52
- import sphinx_rtd_theme
53
- html_theme = "sphinx_rtd_theme"
54
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
55
- except ImportError :
56
- html_theme = 'pyramid'
49
+ import alabaster
50
+
51
+ html_theme_path = [alabaster .get_path ()]
52
+ html_theme = 'alabaster'
53
+ html_sidebars = {
54
+ '**' : [
55
+ 'about.html' ,
56
+ 'star.html' ,
57
+ 'navigation.html' ,
58
+ 'relations.html' ,
59
+ 'more.html' ,
60
+ 'searchbox.html' ,
61
+ ]
62
+ }
57
63
58
64
html_theme_path = ['_themes' ]
59
65
html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 1
1
docutils==0.12
2
2
releases==1.2.1 # updated from 1.2.0
3
3
sphinx
4
- sphinx-rtd-theme
4
+ alabaster
You can’t perform that action at this time.
0 commit comments