diff --git a/Makefile b/Makefile index 17141ac2d8..6e25d93894 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PYTHON = python3 VENVDIR = ./venv BUILDDIR = _build -SPHINXOPTS = -W --keep-going -n +SPHINXOPTS = -W --keep-going SPHINXBUILD = $(VENVDIR)/bin/sphinx-build SPHINXLINT = $(VENVDIR)/bin/sphinx-lint PAPER = diff --git a/conf.py b/conf.py index 32d46e5811..06b4c68a12 100644 --- a/conf.py +++ b/conf.py @@ -32,6 +32,8 @@ '.github', ] +nitpicky = True + html_theme = 'furo' html_theme_options = {