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 2133327 commit c6fad62Copy full SHA for c6fad62
.readthedocs.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+
3
+sphinx:
4
+ configuration: docs/conf.py
5
6
+conda:
7
+ environment: docs/rtd.yml
8
9
+formats:
10
+ - htmlzip
11
+ - epub
docs/rtd.yml
@@ -0,0 +1,21 @@
+# minimal possible conda env for modern nodejs
+name: jupyterlab-lsp-docs
+dependencies:
+ - nodejs
+ - pip
+ - python >=3.8,<3.9.0a0
+ - pip:
+ - -e ..
+ - graphviz
+ - importlib_metadata
12
+ - jupyterlab >=2,<2.1.0a0
13
+ - nbsphinx >=0.5.0,<0.5.1a0
14
+ - pytest-check-links
15
+ - recommonmark
16
+ - sphinx
17
+ - sphinx_rtd_theme
18
+ - sphinx-autodoc-typehints
19
+ - sphinx-copybutton
20
+ - sphinx-markdown-tables
21
+ - pandas
0 commit comments