Skip to content

Commit

Permalink
.readthedocs.yaml add install py
Browse files Browse the repository at this point in the history
  • Loading branch information
UriaMorP committed Dec 11, 2023
1 parent 80657e1 commit a22d33c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build:
os: ubuntu-22.04
tools:
python: "3.6"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "jupyter-book config sphinx docs/"



python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
# # version: "3.6"
# install:
# - method: pip
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ seaborn==0.11.1
jupyter==1.0.0
myst-parser==0.15.2
livereload==2.6.3
pandoc==2.0.1
jupyter-book
pandoc==2.0.1

0 comments on commit a22d33c

Please sign in to comment.