chiark / gitweb /
python/docs: use the same links on top as in man pages
[elogind.git] / src / python-systemd / docs / conf.py
index 4a55778b7d52d1ce2434cf5fb37bd8584572cc68..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'
@@ -42,15 +42,6 @@ master_doc = 'index'
 # General information about the project.
 project = u'python-systemd'
 
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-version = '197'
-# The full version, including alpha/beta/rc tags.
-release = '197'
-
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 #language = None
@@ -119,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.