From 86bde74cd4c8ec57cd390b66ad6b86952c29e15b Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 26 Jan 2017 17:56:18 +0100 Subject: [PATCH] doc: fix autodoc search path --- doc/manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index beeef0166..dab2d6d6e 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -43,7 +43,7 @@ for module in mock_modules: # If extensions (or modules to document with autodoc) are in another directory, # 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. -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('../..')) from artiq import __version__ as artiq_version