Skip to content

Commit

Permalink
SWIG: Disable autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 25, 2024
1 parent b91f215 commit cd8b9ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion python/doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions python/src/otmixmod_module.i
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cd8b9ea

Please sign in to comment.