Skip to content

Commit

Permalink
try to fix doc again
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 9, 2024
1 parent 800c452 commit 3f99d2b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f99d2b

Please sign in to comment.