From 87e6b5b3154a10c753300f4aa41dd2f315b38572 Mon Sep 17 00:00:00 2001 From: orange21cn Date: Fri, 17 Aug 2018 18:14:13 +0800 Subject: [PATCH] Update conf.py --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 0ab3786..8f8c773 100644 --- a/conf.py +++ b/conf.py @@ -17,7 +17,7 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os + import os # import sys # sys.path.insert(0, os.path.abspath('.')) @@ -235,4 +235,4 @@ 'preamble' : r''' \usepackage{ctex} ''', - } \ No newline at end of file + }