Skip to content

Commit

Permalink
updated docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneponcioni authored Sep 4, 2024
1 parent 1eeb3ab commit 5e0435a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install sphinx sphinx_rtd_theme myst_parser matplotlib numpy gmsh vtk coloredlogs fast_simplification
- name: Sphinx build
run: |
sphinx-build 02_CODE/src/docs 02_CODE/src/docs/_build
Expand Down
1 change: 0 additions & 1 deletion 02_CODE/src/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
sys.path.insert(0, os.path.abspath("../hfe_accurate"))
sys.path.insert(0, os.path.abspath("../hfe_utils"))


# -- Project information -----------------------------------------------------

project = "homogenised-finite-elements"
Expand Down

0 comments on commit 5e0435a

Please sign in to comment.