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 9545b21 commit 0096568Copy full SHA for 0096568
docs/environment.yml
@@ -9,8 +9,10 @@ dependencies:
9
- pip
10
- myst-parser
11
- mistune<1
12
+- jinja2<3.1.0
13
- pip:
14
- autodoc-traits
15
- pydata_sphinx_theme
16
- sphinxcontrib-openapi
17
- numpydoc
18
+ - ..
readthedocs.yml
@@ -3,10 +3,3 @@ sphinx:
3
configuration: docs/source/conf.py
4
conda:
5
environment: docs/environment.yml
6
-python:
7
- version: 3.8
8
- install:
- # install jupyterlab_server itself
- - method: pip
- path: .
-
0 commit comments