Skip to content
Snippets Groups Projects
Verified Commit 60b31b3b authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fix for new sphinx API (removes a warning).

parent c3084e9a
Branches
Tags
No related merge requests found
......@@ -93,5 +93,5 @@ man_pages = [
def setup(app):
from dynare_dom import DynareDomain
from dynare_lex import DynareLexer
app.add_lexer("dynare", DynareLexer())
app.add_lexer("dynare",DynareLexer)
app.add_domain(DynareDomain)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment