File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 uv-dependency-install-flags : " --all-extras --group docs"
42+ - name : FORD docs
43+ run : ford ford_example.md
4244 - name : docs
4345 run : |
4446 uv run --no-sync mkdocs build --strict
Original file line number Diff line number Diff line change @@ -68,16 +68,10 @@ test: ## run the tests (re-installs the package every time so you might want to
6868
6969.PHONY : docs
7070docs : # # build the docs
71- @echo " Building Fortran docs"
72- uv run --no-sync ford ford_example.md
73- @echo " Building documentation"
7471 uv run --no-sync mkdocs build
7572
7673.PHONY : docs-strict
7774docs-strict : # # build the docs strictly (e.g. raise an error on warnings, this most closely mirrors what we do in the CI)
78- @echo " Building Fortran docs"
79- uv run --no-sync ford ford_example.md
80- @echo " Building documentation"
8175 uv run --no-sync mkdocs build --strict
8276
8377.PHONY : docs-serve
Original file line number Diff line number Diff line change 2828 name : Switch to light mode
2929
3030plugins :
31+ - ford ford_example.md
3132 # https://mkdocstrings.github.io/autorefs/
3233 - autorefs
3334 # Required for auto-generating our documentation stubs
You can’t perform that action at this time.
0 commit comments