From bf0a8cf18d33a8ceccfb265360aa384d7387b464 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Tue, 23 Aug 2016 14:56:48 +0100
Subject: [PATCH] Documentation built for private things

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 96dd7fc81..110a9775b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -346,7 +346,7 @@ epub_exclude_files = ['search.html']
 autoclass_content = 'class'
 
 # Document private members and special members (e.g. __init__)
-autodocsourc_default_flags = ['special-members']
+autodocsourc_default_flags = ['private-members', 'special-members']
 
 # Documentation for python modules is in the same order
 # as the source code.
-- 
GitLab