We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f878fe5 commit 6710751Copy full SHA for 6710751
docs/conf.py
@@ -41,7 +41,7 @@ def get_tutorial_images():
41
with source, target:
42
shutil.copyfileobj(source, target)
43
# remove zip archive
44
- #os.remove(TUTORIAL_ARCHIVE)
+ os.remove(TUTORIAL_ARCHIVE)
45
46
47
get_tutorial_images()
requirements.d/development.txt
@@ -12,7 +12,7 @@ pytest-cov
12
pytest-timeout
13
sphinx
14
sphinx_rtd_theme
15
-sphinxcontrib-video
+# sphinxcontrib-video
16
gitpython
17
pynco
18
conda-verify
0 commit comments