From ebce7984c66b4d977f4540506e243cf65a80db2f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 2 Jul 2017 15:15:31 +0300 Subject: docs/conf.py: Add file for global replacements definition. The idea is to allow to define a kind of "macros" for repeatitive text, so all occurrances can be updated in one place. Unfortunately, RST doesn't support replacements with arguments, which limits usefulness of them and should be taken into account. --- docs/templates/replace.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/templates/replace.inc (limited to 'docs/templates') diff --git a/docs/templates/replace.inc b/docs/templates/replace.inc new file mode 100644 index 000000000..6ed79cc7c --- /dev/null +++ b/docs/templates/replace.inc @@ -0,0 +1 @@ +.. # This file is intended for global "replace" definitions. -- cgit v1.2.3