From 909a6f626ff343937cd3f06fda996870e7890724 Mon Sep 17 00:00:00 2001 From: Marco Buttu Date: Sat, 18 Mar 2017 17:59:33 +0100 Subject: bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index 18aebb68a8..c1c2472a19 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -8,6 +8,7 @@ import sys, os, time sys.path.append(os.path.abspath('tools/extensions')) +sys.path.append(os.path.abspath('includes')) # General configuration # --------------------- -- cgit v1.2.1