From 3f99d2b8e38d772e18e5ed4046840080d7727215 Mon Sep 17 00:00:00 2001 From: Hadrien Mariaccia Date: Tue, 9 Apr 2024 14:38:11 +0200 Subject: [PATCH] try to fix doc again --- docs/conf.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0291ec3..ce1b256 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,13 +1,24 @@ import sys import os import deepdespeckling +import deepdespeckling.denoiser +import deepdespeckling.despeckling +import deepdespeckling.model +import deepdespeckling.utils +import deepdespeckling.utils.constants +import deepdespeckling.utils.load_cosar +import deepdespeckling.utils.utils +import deepdespeckling.sar2sar +import deepdespeckling.sar2sar.sar2sar_denoiser +import deepdespeckling.merlin +import deepdespeckling.merlin.merlin_denoiser # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html -sys.path.insert(0, os.path.abspath('../deepdespeckling')) +sys.path.insert(0, os.path.abspath('../')) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information