Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ clean:
rm -rf $(BUILDDIR)/*

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -W -T -E -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down
2 changes: 1 addition & 1 deletion docs/ethpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ Sample standard-json-input.json
"language": "Solidity",
"sources": {
"Contract.sol": {
"urls": [<path-to-contract>]
"urls": ["<path-to-contract>"]
}
},
"settings": {
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Contents
web3.miner
web3.geth
web3.parity
web3.tools
gas_price
ens
ethpm
Expand Down
5 changes: 5 additions & 0 deletions newsfragments/1437.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enforce stricter doc checking, turning warnings into errors to fail CI builds
to catch issues quickly.

Add missing ``web3.tools.rst`` to the table of contents and fix incorrectly formatted
JSON example.