Skip to content

Commit 0096568

Browse files
authored
Pin jinja for docs (#252)
1 parent 9545b21 commit 0096568

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ dependencies:
99
- pip
1010
- myst-parser
1111
- mistune<1
12+
- jinja2<3.1.0
1213
- pip:
1314
- autodoc-traits
1415
- pydata_sphinx_theme
1516
- sphinxcontrib-openapi
1617
- numpydoc
18+
- ..

readthedocs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ sphinx:
33
configuration: docs/source/conf.py
44
conda:
55
environment: docs/environment.yml
6-
python:
7-
version: 3.8
8-
install:
9-
# install jupyterlab_server itself
10-
- method: pip
11-
path: .
12-

0 commit comments

Comments
 (0)