Skip to content

Commit

Permalink
add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 5, 2023
1 parent 0a29acb commit 17f19db
Show file tree
Hide file tree
Showing 2 changed files with 57,748 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Build docs
run: |
cp -R notebooks/* docs/source/notebooks
ls -lah docs/source/notebooks
python3 -m pip install -r docs/requirements.txt
sphinx-build docs/source docs/build -j$(nproc)
sphinx-build -vvv docs/source docs/build
- name: Determine directory to publish docs to
id: docs-publish-dir
Expand Down
57,756 changes: 57,746 additions & 10 deletions notebooks/corner.ipynb

Large diffs are not rendered by default.

0 comments on commit 17f19db

Please sign in to comment.