From cd8b9ea9fe06c74bd919218687522a3766288e9c Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Fri, 25 Oct 2024 14:15:00 +0200 Subject: [PATCH] SWIG: Disable autodoc --- python/doc/conf.py.in | 2 +- python/src/otmixmod_module.i | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/python/doc/conf.py.in b/python/doc/conf.py.in index d4f144a..48d2da9 100644 --- a/python/doc/conf.py.in +++ b/python/doc/conf.py.in @@ -292,4 +292,4 @@ texinfo_documents = [ #texinfo_show_urls = 'footnote' # If true, Sphinx will warn about all references where the target cannot be found. -# nitpicky = True +nitpicky = True diff --git a/python/src/otmixmod_module.i b/python/src/otmixmod_module.i index a817625..87d95c5 100644 --- a/python/src/otmixmod_module.i +++ b/python/src/otmixmod_module.i @@ -1,9 +1,4 @@ -// SWIG file -// Author : schueller -// Date : 2008-08-28 17:36:47 +0200 (Thu, 28 Aug 2008) - %module(docstring="otmixmod module") otmixmod -%feature("autodoc","1"); %{ #include "openturns/OT.hxx"