From 3074f78cad49c95a7f808a72403809df4f7edc5b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 26 Oct 2016 14:16:20 -0400 Subject: [PATCH] Update Sphinx with the new directory structure. --- doc/source/conf.py | 2 +- doc/source/developer-api.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 511b821..baf787e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -7,7 +7,7 @@ import shlex # 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('../../src/')) +sys.path.insert(0, os.path.abspath('../../')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom diff --git a/doc/source/developer-api.rst b/doc/source/developer-api.rst index 0a6d0e9..aa7898f 100644 --- a/doc/source/developer-api.rst +++ b/doc/source/developer-api.rst @@ -44,10 +44,10 @@ dunshire.options module :show-inheritance: -test.suite module +test module ^^^^^^^^^^^^^^^^^ -.. automodule:: test.suite +.. automodule:: test :members: :undoc-members: :show-inheritance: -- 2.43.2