File tree Expand file tree Collapse file tree 6 files changed +11
-93
lines changed Expand file tree Collapse file tree 6 files changed +11
-93
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33import os
44import sys
5- import alabaster
5+ import alagitpull
66
77# Get the project root dir, which is the parent dir of this
88cwd = os .getcwd ()
2323 'sphinx.ext.intersphinx' ,
2424 'sphinx.ext.todo' ,
2525 'releases' ,
26- 'alabaster ' ,
26+ 'alagitpull ' ,
2727 ]
2828
2929releases_unstable_prehistory = True
4747
4848pygments_style = 'sphinx'
4949
50- html_theme_path = [alabaster .get_path ()]
50+ html_theme_path = [alagitpull .get_path ()]
5151html_favicon = 'favicon.ico'
52- html_theme = 'alabaster '
52+ html_theme = 'alagitpull '
5353html_theme_options = {
5454 'logo' : 'img/libtmux.svg' ,
55+ 'github_user' : 'tony' ,
56+ 'github_repo' : 'libtmux' ,
57+ 'github_type' : 'star' ,
58+ 'github_banner' : True ,
59+ 'projects' : alagitpull .projects ,
60+ 'project_name' : about ['__title__' ],
5561}
5662html_sidebars = {
5763 '**' : [
5864 'about.html' ,
59- 'star.html' ,
6065 'navigation.html' ,
6166 'relations.html' ,
6267 'more.html' ,
Original file line number Diff line number Diff line change 11docutils==0.13.1
22releases==1.3.1 # updated from 1.2.0
33sphinx==1.5.6
4- alabaster ==0.7.10
4+ alagitpull ==0.0.4
You can’t perform that action at this time.
0 commit comments