Skip to content

Commit

Permalink
fix: Fix sphinxcontrib.spelling caching issue
Browse files Browse the repository at this point in the history
I was affected by this issue
https://stackoverflow.com/questions/17366625/sphinx-uses-old-module-code
on my local setup, which prevented me from being able to locally (even
inside the bao docker) check the spelling. The fix forces the spelling
check command to generate all outputs instead of trying to cache them.
This is a more portable behavior, as it allows to use the same tools be
used across projects transparently.

Signed-off-by: David Cerdeira <[email protected]>
  • Loading branch information
DavidMCerdeira authored and danielRep committed Jan 6, 2023
1 parent 5c0554e commit 2eea946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?= -W
SPHINXOPTS ?= -W -a
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down

0 comments on commit 2eea946

Please sign in to comment.