Skip to content

Commit

Permalink
Documentation: Configure Sphinx to treat warnings as errors (includin…
Browse files Browse the repository at this point in the history
…g broken references)
  • Loading branch information
xolox committed Aug 6, 2020
1 parent 28615bf commit 28e6712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for py2deb.
#
# Author: Peter Odding <peter.odding@paylogic.com>
# Last Change: August 4, 2020
# Last Change: August 6, 2020
# URL: https://github.com/paylogic/py2deb

PACKAGE_NAME = py2deb
Expand Down Expand Up @@ -113,7 +113,7 @@ readme: install

docs: readme
@$(PIP_INSTALL_CMD) sphinx
@cd docs && sphinx-build -nb html -d build/doctrees . build/html
@cd docs && sphinx-build -nWb html -d build/doctrees . build/html

publish: install
@git push origin && git push --tags origin
Expand Down

0 comments on commit 28e6712

Please sign in to comment.