Skip to content

Commit 74db3bb

Browse files
Do not check Python scripts that are not referred to by any file when building the website
1 parent 589e446 commit 74db3bb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,13 @@
9898
'day2/jupyter.rst',
9999
'day2/may2024/Matplotlib60min.rst',
100100
'day2/use_isolated_environments_old.rst',
101+
'day3/big_data_old.rst',
102+
'day3/example/chunk_dask.py',
103+
'day3/example/chunk_np.py',
101104
'day3/matplotlib/new-matplotlib-intro.rst',
102105
'day3/not_used',
103-
'day3/big_data_old.rst',
104-
'day3/seaborn/seaborn-new.rst',
105-
'day3/pandas/pandas.not_rst'
106+
'day3/pandas/pandas.not_rst',
107+
'day3/seaborn/seaborn-new.rst'
106108
]
107109

108110

0 commit comments

Comments
 (0)