Skip to content

Commit fda692e

Browse files
committed
FIX - fix documentation compilation error
1 parent ee4818c commit fda692e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
import os
22
import sys
33
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'))
84

95
project = 'PLASMAG'
106
copyright = '2024, Maxime RONCERAY, Claire REVILLET'
117
author = 'Maxime RONCERAY, Claire REVILLET'
12-
release = version
8+
release = "1.2.1"
139

1410
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel']
1511
autoclass_content = 'class'

0 commit comments

Comments
 (0)