Skip to content

Commit

Permalink
Set flag so the build fails on notebook errors (#414)
Browse files Browse the repository at this point in the history
* Update _config.yml

* Pin to earlier scipy version
  • Loading branch information
brian-rose authored Jul 13, 2023
1 parent 7ea0af9 commit c830e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ bibtex_bibfiles:

sphinx:
config:
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
linkcheck_request_headers:
'https://docs.github.com/':
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyproj
- pythia-datasets
- python
- scipy
- scipy<1.11
- ffmpeg
- sqlalchemy<1.4
- xarray
Expand Down

0 comments on commit c830e7d

Please sign in to comment.