From 0971169de615477c2e8b4a47b9b9dd6c413ccfc1 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Thu, 22 Dec 2016 11:40:37 +0100 Subject: [PATCH] [doc] fix sphinx warnings --- doc/nitpick-exceptions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt index 83223a1..aa1b2d2 100644 --- a/doc/nitpick-exceptions.txt +++ b/doc/nitpick-exceptions.txt @@ -6,6 +6,8 @@ c:type mt19937 # this is actually a c type cpp:type PyObject cpp:type Py_ssize_t +cpp:typeOrConcept PyObject +cpp:typeOrConcept Py_ssize_t # exceptions are not found in python 2.7 py:exc ValueError -- GitLab