Skip to content

Commit 6baed5e

Browse files
authored
Fix docs build (#952)
1 parent 323def5 commit 6baed5e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/doc-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ipykernel
22
jinja2
33
jupyter_client
44
jupyter_server
5+
mistune<1.0.0
56
myst-parser
67
nbformat
78
prometheus_client

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dependencies:
55
- pip
66
- pip:
77
- -r doc-requirements.txt
8+
- ..

readthedocs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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 itself with pip install .
10-
- method: pip
11-
path: .

0 commit comments

Comments
 (0)