Skip to content
Snippets Groups Projects
Commit da763eb3 authored by Lucia Hradecká's avatar Lucia Hradecká
Browse files

Merge branch 'v1-1-0' into 'main'

Make v1.1.0 default

See merge request !4
parents 4c9801ec 2f5b910d
No related branches found
No related tags found
1 merge request!4Make v1.1.0 default
......@@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.9"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
......
......@@ -11,8 +11,9 @@
# documentation root, use os.path.abspath to make it absolute.
import os
import sys
sys.path.insert(0, os.path.abspath(r'..\..'))
# sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath(r'../../'))
sys.path.insert(0, os.path.abspath(r'../../bio_volumentations'))
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment