From 27c343a5b164f8063470c8e76c6963fd067dd3d6 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 02:27:00 +0100 Subject: Doc update. Might be breaking. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index c6f7b02..5fc673b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,6 +29,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../')) +autodoc_member_order = 'by_source' #print(sys.path) # Add any Sphinx extension module names here, as strings. They can be -- cgit v1.2.3