We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8dcbd commit 321b4deCopy full SHA for 321b4de
1 file changed
docs/conf.py
@@ -0,0 +1,17 @@
1
+# Configuration file for the Sphinx documentation builder.
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',
11
+]
12
13
+templates_path = ['_templates']
14
+exclude_patterns = []
15
16
+html_theme = 'sphinx_rtd_theme'
17
+html_static_path = ['_static']
0 commit comments