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 323def5 commit 6baed5eCopy full SHA for 6baed5e
docs/doc-requirements.txt
@@ -2,6 +2,7 @@ ipykernel
2
jinja2
3
jupyter_client
4
jupyter_server
5
+mistune<1.0.0
6
myst-parser
7
nbformat
8
prometheus_client
docs/environment.yml
@@ -5,3 +5,4 @@ dependencies:
- pip
- pip:
- -r doc-requirements.txt
+ - ..
readthedocs.yml
@@ -3,9 +3,3 @@ sphinx:
configuration: docs/source/conf.py
conda:
environment: docs/environment.yml
-python:
- version: 3.8
- install:
9
- # install itself with pip install .
10
- - method: pip
11
- path: .
0 commit comments