Skip to content

Commit 321b4de

Browse files
Create conf.py
1 parent fe8dcbd commit 321b4de

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)