Skip to content

Commit 26f17f9

Browse files
Update conf.py
1 parent 855a181 commit 26f17f9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# Configuration file for the Sphinx documentation builder.
1+
# Configuration file for readthedocs.
22

33
project = 'NEXT'
44
author = 'Timofey Zakharchuk'
55
release = '2026.02.03'
66

77
extensions = [
8-
'sphinx.ext.autodoc',
9-
'sphinx.ext.napoleon',
10-
'sphinx.ext.mathjax',
8+
"myst_parser",
119
]
1210

11+
source_suffix = {
12+
'.rst': 'restructuredText',
13+
'.md': 'markdown',
14+
}
15+
1316
templates_path = ['_templates']
1417
exclude_patterns = []
1518

0 commit comments

Comments
 (0)