From bc658d58079de7add22fe43d37af2d221e47b3a1 Mon Sep 17 00:00:00 2001 From: Hadrien Mariaccia Date: Tue, 9 Apr 2024 12:31:56 +0200 Subject: [PATCH] try to fix doc again 2 --- .github/workflows/documentation.yml | 1 + docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 518e29f..a4d092f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,6 +25,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -e . pip install ghp-import sphinx sphinx_rtd_theme - name: Build HTML run: | diff --git a/docs/conf.py b/docs/conf.py index 483b182..c6e2b10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ import sys import os +import deepdespeckling # Configuration file for the Sphinx documentation builder. #