doc: update :mod: to :py:mod: for modern Sphinx.
[be.git] / doc / generate-libbe-txt.py
index 1da09b3718b61c6cc296d197572717fbb15d1edb..46ad2d171bbbafc71148972b812fed7e3b640269 100644 (file)
@@ -28,7 +28,7 @@ sys.path.insert(0, os.path.abspath('..'))
 from test import python_tree
 
 def title(modname):
-    t = ':mod:`%s`' % modname
+    t = ':py:mod:`%s`' % modname
     delim = '*'*len(t)
     return '\n'.join([delim, t, delim, '', ''])