-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #465 from JaxGaussianProcesses/fix-doc-build
Fix doc build
- Loading branch information
Showing
27 changed files
with
595 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,16 +52,11 @@ jobs: | |
virtualenvs-in-project: false | ||
installer-parallel: true | ||
|
||
- name: Install LaTex | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra dvipng cm-super | ||
- name: Build the documentation with MKDocs | ||
run: | | ||
poetry install --all-extras --with docs | ||
conda install pandoc | ||
poetry run mkdocs build | ||
poetry run python docs/scripts/gen_examples.py --execute && poetry run mkdocs build | ||
- name: Deploy Page 🚀 | ||
uses: JamesIves/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.