From 91b5caea55673f62a2177865358af938da44e946 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Fri, 3 Feb 2017 15:06:49 +0100 Subject: [PATCH] Make nitpicky false for now until documentation is written --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0b19a73..09c6613 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,7 +36,7 @@ else: extensions.append('sphinx.ext.pngmath') # Be picky about warnings -nitpicky = True +nitpicky = False # Ignores stuff we can't easily resolve on other project's sphinx manuals nitpick_ignore = [] -- GitLab