We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4818c commit fda692eCopy full SHA for fda692e
docs/conf.py
@@ -1,15 +1,11 @@
1
import os
2
import sys
3
sys.path.insert(0, os.path.abspath('../'))
4
-from PLASMAG import version
5
-
6
-# Add path to the src directory
7
-sys.path.insert(0, os.path.abspath('../src'))
8
9
project = 'PLASMAG'
10
copyright = '2024, Maxime RONCERAY, Claire REVILLET'
11
author = 'Maxime RONCERAY, Claire REVILLET'
12
-release = version
+release = "1.2.1"
13
14
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel']
15
autoclass_content = 'class'
0 commit comments