Skip to content

Commit

Permalink
hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Sep 9, 2024
1 parent 91a2baa commit e525ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys
# import toml
from pathlib import Path
import easyscience
#import easyscience
# sys.path.insert(0, os.path.abspath('.'))
main_root = Path(__file__).parents[2]
sys.path.append(str(main_root))
Expand All @@ -46,7 +46,7 @@
#version = project_info['project']['version']
# The full version, including alpha/beta/rc tags.
#version = project_info['project']['version']
version = easyscience.__version__
version = "1.0.0" #easyscience.__version__


intersphinx_mapping = {
Expand Down

0 comments on commit e525ca6

Please sign in to comment.