Skip to content

Commit 42a912a

Browse files
committed
Update xeus-python in docs
1 parent 229b1c1 commit 42a912a

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
import sys
3-
from pathlib import Path
4-
5-
# Inserting ipycanvas to path
6-
sys.path.append(str(Path(__file__).parent.parent))
7-
82
extensions = [
93
'sphinx.ext.autodoc',
104
'sphinx.ext.napoleon',

docs/environment.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- numpy
8-
- ipywidgets
9-
- pillow
7+
- ipycanvas
108
- mamba
119
- pydata-sphinx-theme
12-
- emsdk
13-
# - empack
10+
- empack
1411

1512
- pip:
1613
- jupyterlite
1714
- jupyterlite-sphinx
18-
- jupyterlite-xeus-python==0.3.0
19-
- empack
15+
- jupyterlite-xeus-python

0 commit comments

Comments
 (0)