Salome HOME
sat #19980 : Remove obsolete use of sphinxcontrib_napoleon and pockets products
[tools/sat_salome.git] / products / patches / SHAPER_sphinx_ext_napoleon.patch
1 diff --git a/doc/gui/conf.py.in b/doc/gui/conf.py.in
2 index d1327b144..e5e040494 100644
3 --- a/doc/gui/conf.py.in
4 +++ b/doc/gui/conf.py.in
5 @@ -33,8 +33,8 @@ import sphinx
6  # ones.
7  extensions = ['sphinx.ext.autodoc','sphinx.ext.autosummary']
8  try:
9 -  import sphinxcontrib.napoleon
10 -  extensions += ['sphinxcontrib.napoleon']
11 +  import sphinx.ext.napoleon
12 +  extensions += ['sphinx.ext.napoleon']
13  except:
14    pass
15  try: