aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRémy HUBSCHER <hubscher.remy@gmail.com>2020-04-24 12:32:52 +0200
committerGitHub <noreply@github.com>2020-04-24 12:32:52 +0200
commit7587e292fb6b8322891636e785b63425778ab7c6 (patch)
tree4e77900e246f763c9c12b0824228559bd2720c44 /docs/conf.py
parentabf1eea842284f6e147d9acf25a13c4e0c076e66 (diff)
downloadihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.zip
ihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.tar.gz
ihatemoney-mirror-7587e292fb6b8322891636e785b63425778ab7c6.tar.bz2
Remove obsolete python code (<3.6). (#571)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4789396..1ec26a5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,7 +1,3 @@
-# coding: utf8
-import os
-import sys
-
templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"