We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fad62 commit d207307Copy full SHA for d207307
docs/conf.py
@@ -4,7 +4,7 @@
4
5
import pathlib
6
import sys
7
-
+import subprocess
8
import nbsphinx
9
10
HERE = pathlib.Path(__file__).parent
@@ -105,3 +105,4 @@ def setup(app):
105
""" Runs before the "normal business" of sphinx. Don't go too crazy here.
106
"""
107
app.add_css_file("css/custom.css")
108
+ subprocess.Popen(["jlpm", "--ignore-optional"])
docs/rtd.yml
@@ -9,7 +9,7 @@ dependencies:
- -e ..
- graphviz
11
- importlib_metadata
12
- - jupyterlab >=2,<2.1.0a0
+ - jupyterlab >=1,<1.3.0a0
13
- nbsphinx >=0.5.0,<0.5.1a0
14
- pytest-check-links
15
- recommonmark
0 commit comments