Skip to content

Commit

Permalink
DOC: Install jupyter-related dependencies via conda when building d…
Browse files Browse the repository at this point in the history
…ocs (#251)
  • Loading branch information
BvB93 committed Jul 23, 2021
1 parent 81d98df commit 9c3406c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ sphinx:
# Optionally build your docs in additional formats such as PDF
formats: all

conda:
environment: environment.yml

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- doc
- method: pip
path: .
extra_requirements:
- doc
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
channels:
- conda-forge

dependencies:
- pandoc
- python
- nbsphinx
- jupyter

0 comments on commit 9c3406c

Please sign in to comment.