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. #