From c3a6698c48f315e124bfd89bbb98564966f89434 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Aug 2019 11:44:18 +0200 Subject: structure --- conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf.py') 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") -- cgit v1.2.3