doc/conf.py
changeset 11631 faf279e33298
parent 11057 0b59724cb3f2
child 12352 1a0159426def
equal deleted inserted replaced
11478:1817f8946c22 11631:faf279e33298
   222 rst_epilog = """
   222 rst_epilog = """
   223 .. |cubicweb| replace:: *CubicWeb*
   223 .. |cubicweb| replace:: *CubicWeb*
   224 .. |yams| replace:: *Yams*
   224 .. |yams| replace:: *Yams*
   225 .. |rql| replace:: *RQL*
   225 .. |rql| replace:: *RQL*
   226 """
   226 """
       
   227 
       
   228 def setup(app):
       
   229     app.add_object_type('confval', 'confval',
       
   230                         objname='configuration value',
       
   231                         indextemplate='pair: %s; configuration value')