Skip to content

Commit a87edcc

Browse files
committed
switch theme to alagitpull 0.0.4
1 parent 284c627 commit a87edcc

File tree

6 files changed

+11
-93
lines changed

6 files changed

+11
-93
lines changed

doc/_static/libtmux.css

Lines changed: 0 additions & 59 deletions
This file was deleted.

doc/_templates/layout.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/_templates/more.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/_templates/star.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/conf.py

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44
import sys
5-
import alabaster
5+
import alagitpull
66

77
# Get the project root dir, which is the parent dir of this
88
cwd = os.getcwd()
@@ -23,7 +23,7 @@
2323
'sphinx.ext.intersphinx',
2424
'sphinx.ext.todo',
2525
'releases',
26-
'alabaster',
26+
'alagitpull',
2727
]
2828

2929
releases_unstable_prehistory = True
@@ -47,16 +47,21 @@
4747

4848
pygments_style = 'sphinx'
4949

50-
html_theme_path = [alabaster.get_path()]
50+
html_theme_path = [alagitpull.get_path()]
5151
html_favicon = 'favicon.ico'
52-
html_theme = 'alabaster'
52+
html_theme = 'alagitpull'
5353
html_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
}
5662
html_sidebars = {
5763
'**': [
5864
'about.html',
59-
'star.html',
6065
'navigation.html',
6166
'relations.html',
6267
'more.html',

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
docutils==0.13.1
22
releases==1.3.1 # updated from 1.2.0
33
sphinx==1.5.6
4-
alabaster==0.7.10
4+
alagitpull==0.0.4

0 commit comments

Comments
 (0)