Skip to content

Commit

Permalink
make with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneponcioni authored Sep 4, 2024
1 parent e999720 commit 0eefcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser matplotlib numpy gmsh vtk coloredlogs fast_simplification SimpleITK hydra-core pyvista pandas psutil
- name: Sphinx build
run: |
cd 02_CODE/src/docs/ && make clean && make html
sphinx-build 02_CODE/src/docs/ 02_CODE/src/docs/_build
- name: Create .nojekyll file
run: |
touch 02_CODE/src/docs/_build/.nojekyll
Expand Down

0 comments on commit 0eefcf2

Please sign in to comment.