Skip to content
Snippets Groups Projects
Commit 8428c965 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixing path to load module in docs.

parent c13939e9
No related branches found
No related tags found
No related merge requests found
Pipeline #1997 passed
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('../../polygonqueryonraster')) sys.path.insert(0, os.path.abspath('../../'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'polygonqueryonraster' project = 'polygonqueryonraster'
......
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