Skip to content

Commit

Permalink
Merge pull request #66 from melexis/deprecation-warnings
Browse files Browse the repository at this point in the history
Show deprecation warnings by default when building the example documentation
  • Loading branch information
Letme authored Jun 24, 2022
2 parents 704a6ab + f407da6 commit 1345657
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -j auto
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
SPHINXOPTS ?= -j auto
SPHINXBUILD ?= sphinx-build
PYTHONWARNINGS?= default::DeprecationWarning
PAPER ?=
BUILDDIR ?= _build

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down

0 comments on commit 1345657

Please sign in to comment.