We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855a181 commit 26f17f9Copy full SHA for 26f17f9
1 file changed
docs/conf.py
@@ -1,15 +1,18 @@
1
-# Configuration file for the Sphinx documentation builder.
+# Configuration file for readthedocs.
2
3
project = 'NEXT'
4
author = 'Timofey Zakharchuk'
5
release = '2026.02.03'
6
7
extensions = [
8
- 'sphinx.ext.autodoc',
9
- 'sphinx.ext.napoleon',
10
- 'sphinx.ext.mathjax',
+ "myst_parser",
11
]
12
+source_suffix = {
+ '.rst': 'restructuredText',
13
+ '.md': 'markdown',
14
+}
15
+
16
templates_path = ['_templates']
17
exclude_patterns = []
18
0 commit comments