Skip to content

Commit c6fad62

Browse files
committed
add pip-forward readthedocs env, rtd yaml
1 parent 2133327 commit c6fad62

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.readthedocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# minimal possible conda env for modern nodejs
2+
name: jupyterlab-lsp-docs
3+
4+
dependencies:
5+
- nodejs
6+
- pip
7+
- python >=3.8,<3.9.0a0
8+
- pip:
9+
- -e ..
10+
- graphviz
11+
- 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

Comments
 (0)