Skip to content

Commit 2dc7209

Browse files
authored
Merge pull request #120 from rjlopez2:documentation
Documentation
2 parents e189ca7 + 4a7ad7e commit 2dc7209

File tree

6 files changed

+1255
-802
lines changed

6 files changed

+1255
-802
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def remove_markdown(cell):
6969

7070
templates_path = ['_templates']
7171
exclude_patterns = []
72-
nb_execution_excludepatterns = ['*dual*', '*APD*', '*red*']
72+
nb_execution_excludepatterns = ['*illumination*', '*APD*']
73+
# nb_execution_excludepatterns = [ '*APD*']
7374
nb_execution_timeout = -1
7475
nb_execution_allow_errors=True
7576

@@ -89,7 +90,7 @@ def remove_markdown(cell):
8990

9091
html_title = 'napari-omaas'
9192
html_theme = "furo"
92-
html_static_path = ['_static']
93+
# html_static_path = ['_static']
9394

9495

9596
autoclass_content = 'both'

0 commit comments

Comments
 (0)