diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-16 23:39:59 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-16 23:41:01 +0200 |
| commit | 7adcac4cf9e86fed4aa9f91631544d7e5bce48a7 (patch) | |
| tree | 8211dfaeab2d93a109a376024f7c926769b95e8c | |
| parent | adb6934e9d04c1c10ed9cb1031d46c560f502407 (diff) | |
| download | python-pushover-7adcac4cf9e86fed4aa9f91631544d7e5bce48a7.tar.gz | |
Use flask-sphinx-theme for the documentation
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | doc/_themes/flask-sphinx-themes | 0 | ||||
| -rw-r--r-- | doc/conf.py | 8 |
3 files changed, 8 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aee9d08 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/_themes/flask-sphinx-themes"] + path = doc/_themes/flask-sphinx-themes + url = https://github.com/mitsuhiko/flask-sphinx-themes diff --git a/doc/_themes/flask-sphinx-themes b/doc/_themes/flask-sphinx-themes new file mode 160000 +Subproject 0269f3d188eaff07c44a800f35f7351f9e0aefb diff --git a/doc/conf.py b/doc/conf.py index efe96d0..fc1c903 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -90,15 +90,17 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinxdoc' +html_theme = 'flask_small' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = {"index_logo": '', + "index_logo_height": '0px', + "github_fork": '' } # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['_themes/flask-sphinx-themes'] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". |
