summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
commitc3a6698c48f315e124bfd89bbb98564966f89434 (patch)
tree4687fbdec2523a6070108c83a0a463d76aff50f0 /conf.py
parent34d79e45dcce1ba2d4dfbe0099187b2518be9ad1 (diff)
downloaddocs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.gz
docs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.bz2
docs-c3a6698c48f315e124bfd89bbb98564966f89434.zip
structure
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index 242d97c3..eacad348 100644
--- a/conf.py
+++ b/conf.py
@@ -42,7 +42,7 @@ import os
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '1.3'
-sys.path.append(os.path.abspath('exts'))
+sys.path.append(os.path.abspath('_exts'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -120,8 +120,6 @@ pygments_style = 'sphinx'
# -- Options for HTML output ----------------------------------------------
-import sys
-sys.path.append(".")
import taler_sphinx_theme
extensions.append("taler_sphinx_theme")