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 1010sys .path .insert (0 , project_root )
1111
1212from libtmux import test # NOQA
13+ import libtmux
1314
1415# package data
1516about = {}
2122 'sphinx.ext.intersphinx' ,
2223 'sphinx.ext.todo' ,
2324 'releases' ,
25+ 'alabaster' ,
2426 ]
2527
2628releases_unstable_prehistory = True
4446
4547pygments_style = 'sphinx'
4648
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+ }
5763
5864html_theme_path = ['_themes' ]
5965html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 11docutils==0.12
22releases==1.2.1 # updated from 1.2.0
33sphinx
4- sphinx-rtd-theme
4+ alabaster
You can’t perform that action at this time.
0 commit comments