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 229b1c1 commit 42a912aCopy full SHA for 42a912a
docs/conf.py
@@ -1,10 +1,4 @@
1
# -*- 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
8
extensions = [
9
'sphinx.ext.autodoc',
10
'sphinx.ext.napoleon',
docs/environment.yml
@@ -4,16 +4,12 @@ channels:
- conda-forge
dependencies:
- - numpy
- - ipywidgets
- - pillow
+ - ipycanvas
- mamba
11
- pydata-sphinx-theme
12
- - emsdk
13
- # - empack
+ - empack
14
15
- pip:
16
- jupyterlite
17
- jupyterlite-sphinx
18
- - jupyterlite-xeus-python==0.3.0
19
- - empack
+ - jupyterlite-xeus-python
0 commit comments