diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-08 13:46:21 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-09 08:47:50 -0500 |
commit | fa28d83678ffe84efcabdb45bac6be39d4d91d98 (patch) | |
tree | b51a6cf57247d842d20b64bf3b3b8188409adb74 /src/python-systemd/docs/conf.py | |
parent | 9f06e912f6a0db45c80d41e94eea65caae7a7c90 (diff) |
html: make python docs look more like the rest
The result is ugly enough, I hope, to motivate someone with
design skills to fix it.
Diffstat (limited to 'src/python-systemd/docs/conf.py')
-rw-r--r-- | src/python-systemd/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python-systemd/docs/conf.py b/src/python-systemd/docs/conf.py index ad3f0023c7..1919170bb1 100644 --- a/src/python-systemd/docs/conf.py +++ b/src/python-systemd/docs/conf.py @@ -28,7 +28,7 @@ import sys, os extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = ['.'] # The suffix of source filenames. source_suffix = '.rst' @@ -110,7 +110,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = [] +html_static_path = ['.'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |