Skip to content
Snippets Groups Projects
Verified Commit bf1a7a57 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: compatibility fix for Sphinx 4

(cherry picked from commit e69f9790)
parent 201fe5b0
No related branches found
No related tags found
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