building docs fails with structures
Building the documentation seems to fail with any kind of structure. Adding the following to include/c_template/add.h
will
cause a ... build/tmp/doc/api/struct/structtest.rst:4:WARNING: Duplicate declaration
.
struct test
{
int x;
int y;
};
I recently updated sphinx to version 1.7.2 which might be what causes this.