From 1f815b55a63db41908d7fcf382705764b6b6a8bb Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 10 Feb 2014 16:54:03 +0000 Subject: Fix problem of variables not being replaced in RTD documentation by removing references to them. r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964849 --- docs/en/rst/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/en/rst/conf.py') diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 71f610575..e55874a67 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -258,10 +258,10 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' -definitions = "../../definitions.rst" -if os.path.exists(definitions): - execfile(definitions) - +# Global substitutions and other markup required in every page +rst_epilog = """ +.. |min-perl-ver| replace:: 5.10.1 +""" # -- Options for PDF output -------------------------------------------------- -- cgit v1.2.3-24-g4f1b