From 6baed5e09ee93ce60a0757276c745a27abd5a999 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 23 Aug 2022 17:09:57 -0500 Subject: [PATCH] Fix docs build (#952) --- docs/doc-requirements.txt | 1 + docs/environment.yml | 1 + readthedocs.yml | 6 ------ 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 9d97767661..19f9313150 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -2,6 +2,7 @@ ipykernel jinja2 jupyter_client jupyter_server +mistune<1.0.0 myst-parser nbformat prometheus_client diff --git a/docs/environment.yml b/docs/environment.yml index dda583469d..66dbbfbde0 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -5,3 +5,4 @@ dependencies: - pip - pip: - -r doc-requirements.txt + - .. diff --git a/readthedocs.yml b/readthedocs.yml index 011118fd63..3e388237dc 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,9 +3,3 @@ sphinx: configuration: docs/source/conf.py conda: environment: docs/environment.yml -python: - version: 3.8 - install: - # install itself with pip install . - - method: pip - path: .