Skip to content

Commit

Permalink
Merge pull request #1184 from PaulVittorino/fix_building_the_document…
Browse files Browse the repository at this point in the history
…ation_instructions

doc: disable warning into error when building docs
  • Loading branch information
Emantor committed May 19, 2023
2 parents c3253c4 + 9c11dd3 commit c025c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Build documentation
run: |
make -C doc clean
make -C doc doctest
make -C doc html
make -C doc doctest SPHINXOPTS=-W
make -C doc html SPHINXOPTS=-W
make -C man clean
make -C man all
git --no-pager diff --exit-code
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -W
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = labgrid
SOURCEDIR = .
Expand Down

0 comments on commit c025c19

Please sign in to comment.