Skip to content

Commit b6ac1c5

Browse files
committed
Adding environment-docs.yml
1 parent 201cbad commit b6ac1c5

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.github/workflows/sphinx-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Sphinx: Render docs"
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
build:

environment-docs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: instrumentserver-docs
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.10
7+
- sphinx>=5.0
8+
- sphinx-autobuild>=2021.3.20
9+
- pydata-sphinx-theme>=0.13.0
10+
- myst-parser>=0.18.0
11+
- linkify-it-py
12+
- sphinx-autodoc-typehints>=1.19.0
13+
- nbsphinx>=0.8.0
14+
- nbconvert>=7.0.0
15+
- jupyter>=1.0.0
16+
- ipython>=7.0.0
17+
- scipy>=1.0
18+
- pandas>=1.0
19+
- xarray>=0.16
20+
- packaging>=20.0
21+
- pip

0 commit comments

Comments
 (0)