diff options
| author | Marco Buttu <marco.buttu@gmail.com> | 2017-03-18 16:59:33 (GMT) |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2017-03-18 16:59:33 (GMT) |
| commit | 909a6f626ff343937cd3f06fda996870e7890724 (patch) | |
| tree | 023cea76fe93c42b8a01a843e450c26b05cd92db /Doc/conf.py | |
| parent | 993d4b3440f2282976901ce66879037c4443868a (diff) | |
| download | cpython-909a6f626ff343937cd3f06fda996870e7890724.zip cpython-909a6f626ff343937cd3f06fda996870e7890724.tar.gz cpython-909a6f626ff343937cd3f06fda996870e7890724.tar.bz2 | |
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
Diffstat (limited to 'Doc/conf.py')
| -rw-r--r-- | Doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 18aebb6..c1c2472 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 # --------------------- |
