Skip to content
Snippets Groups Projects
Commit 7fc9b9e6 authored by Lucia D. Hradecka's avatar Lucia D. Hradecka
Browse files

publishing at readthedocs (solving sphinx RTD issues)

parent 96918657
No related branches found
No related tags found
4 merge requests!71.2,!6merge all changes to 1.2.0,!5Make v1.1.0 default,!4Make v1.1.0 default
...@@ -8,7 +8,7 @@ version: 2 ...@@ -8,7 +8,7 @@ version: 2
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.12" python: "3.9"
# You can also specify other tool versions: # You can also specify other tool versions:
# nodejs: "20" # nodejs: "20"
# rust: "1.70" # rust: "1.70"
......
...@@ -11,8 +11,9 @@ ...@@ -11,8 +11,9 @@
# documentation root, use os.path.abspath to make it absolute. # documentation root, use os.path.abspath to make it absolute.
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath(r'..\..')) sys.path.insert(0, os.path.abspath(r'..\..'))
# sys.path.insert(0, os.path.abspath('..')) # sys.path.insert(0, os.path.abspath(r'..\..'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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.
Finish editing this message first!
Please register or to comment