Skip to content

Commit

Permalink
Remove --dump-metadata argument that is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dafATonf committed Feb 16, 2024
1 parent eb97a62 commit 8f081d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ _build
.vscode
.env
.DS_Store
.swp
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SHELL = bash -e -o pipefail

# You can set these variables from the command line.
SPHINXOPTS ?= -W --dump-metadata
SPHINXOPTS ?= -W
SPHINXBUILD ?= sphinx-build
SOURCEDIR ?= .
BUILDDIR ?= _build
Expand Down

0 comments on commit 8f081d1

Please sign in to comment.