Skip to content

Commit 6133775

Browse files
committed
remove Python3 warnings
1 parent bbca010 commit 6133775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def setup(app):
436436
from sphinx.highlighting import lexers
437437
lexers['wkt'] = WKTLexer()
438438
lexers['mapfile'] = MapFileLexer()
439+
app.add_lexer('mapfile', MapFileLexer)
439440
#import sphinx
440441
#if sphinx.version_info >= (2, 1):
441442
# app.add_lexer('mapfile', MapFileLexer)

0 commit comments

Comments
 (0)