From d645eed10bc3c448980fedd7b2a4eec482a5a985 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 18 Feb 2014 12:49:44 +0100 Subject: [PATCH] Documentation fixes --- doc/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index f90ee75..46185d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -99,7 +99,7 @@ release = distribution.version # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['links.rst'] +exclude_patterns = ['**/links.rst'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None @@ -243,8 +243,10 @@ latex_logo = '' # Included after all input documents rst_epilog = """ -.. |version| replace:: %s .. |project| replace:: Bob +.. |url| replace:: https://www.idiap.ch/software/bob/ +.. |version| replace:: %s +.. |current-year| date:: %%Y """ % (version,) # -- Options for manual page output -------------------------------------------- -- GitLab