Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

Commit 1d1b398

Browse files
author
hit9
committed
use new doc theme plain
1 parent 586e640 commit 1d1b398

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "docs/_themes/rux"]
22
path = docs/_themes/rux
33
url = git://github.com/hit9/sphinx-theme-rux.git
4+
[submodule "docs/_themes/plain"]
5+
path = docs/_themes/plain
6+
url = https://github.com/hit9/sphinx-theme-plain

docs/_themes/plain

Submodule plain added at 5eaf78b

docs/en/conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
html_title = u'Skylark | A nice micro orm for python, mysql only'
168168
sys.path.append(os.path.abspath('../_themes'))
169169
html_theme_path = ['../_themes']
170-
html_theme = 'rux'
170+
html_theme = 'plain'
171+
html_theme_options = {
172+
'github': 'hit9', # Here, fill in your own GitHub ID
173+
'project_logo': 'https://raw.githubusercontent.com/hit9/artworks/master/png/Skylark.png' # your project logo address
174+
175+
}
171176

172177
mathjax_path = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'

0 commit comments

Comments
 (0)