Skip to content

Commit

Permalink
try to fix doc again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 9, 2024
1 parent bd1f2d9 commit bc658d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
import os
import deepdespeckling

# Configuration file for the Sphinx documentation builder.
#
Expand Down

0 comments on commit bc658d5

Please sign in to comment.