Skip to content

Commit

Permalink
Change the way we compile the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 15, 2024
1 parent e67715d commit 32ee9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build documentation
run: |
jupyter-book build docs
jupyter-book config sphinx docs/
sphinx-build docs docs/_build/html -b html
- name: Configure Git
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyter-book>=0.13.2
sphinx>=4.5.0
jupyter-book>0.15.0
sphinx>5.0.0
sphinx_inline_tabs
ghp-import

0 comments on commit 32ee9d8

Please sign in to comment.