chiark / gitweb /
python/docs: use the same links on top as in man pages
[elogind.git] / src / python-systemd / docs / conf.py
index ad3f0023c7fb9f30016ef96258f92eab03510422..1919170bb143b45e48ee1d89b48a09ead69935fe 100644 (file)
@@ -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.