Skip to content

Commit fba8efa

Browse files
committed
use regex by default
1 parent 1badd86 commit fba8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3333

3434
# Select a lexer (built-in: "regex")
35-
fortran_lexer = "ford"
35+
fortran_lexer = "regex"
3636

3737
# Doc comment markers to recognize (comment-only lines)
3838
fortran_doc_chars = ["!", ">"]

0 commit comments

Comments
 (0)