Skip to content

Commit 6710751

Browse files
committed
cleanup and new package prepared
1 parent f878fe5 commit 6710751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_tutorial_images():
4141
with source, target:
4242
shutil.copyfileobj(source, target)
4343
# remove zip archive
44-
#os.remove(TUTORIAL_ARCHIVE)
44+
os.remove(TUTORIAL_ARCHIVE)
4545

4646

4747
get_tutorial_images()

requirements.d/development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest-cov
1212
pytest-timeout
1313
sphinx
1414
sphinx_rtd_theme
15-
sphinxcontrib-video
15+
# sphinxcontrib-video
1616
gitpython
1717
pynco
1818
conda-verify

0 commit comments

Comments
 (0)