Skip to content

Commit

Permalink
Fix compat with sphinx 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Jun 3, 2019
1 parent a1ec5aa commit ce57642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
}

def setup(app):
app.add_description_unit('confval', 'confval',
'pair: %s; configuration value')
app.add_object_type('confval', 'confval',
'pair: %s; configuration value')

0 comments on commit ce57642

Please sign in to comment.