launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28275
[Merge] ~jugmac00/lpcraft:improve-doc-building into lpcraft:main
Jürgen Gmach has proposed merging ~jugmac00/lpcraft:improve-doc-building into lpcraft:main.
Commit message:
Sphinx: Turn warnings into errors
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/417966
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:improve-doc-building into lpcraft:main.
diff --git a/NEWS.rst b/NEWS.rst
index 1314fb4..8e9f76c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,11 @@
Version history
===============
+0.0.6 (unreleased)
+====================
+
+- Sphinx: Turn warning into errors.
+
0.0.5 (2022-03-30)
====================
diff --git a/tox.ini b/tox.ini
index cba2529..5ddc55c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -72,4 +72,4 @@ description =
basepython = python3.9
extras = docs
commands =
- sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
+ sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html