Enable nit-picky mode in `conf.py`

This commit is contained in:
Adam Turner 2023-09-21 09:01:58 +01:00
parent ec44db49ca
commit 3ac143c8bf
2 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,5 @@ jobs:
-T
-W
--jobs=auto
-n
-vvv
--keep-going

View File

@ -22,6 +22,7 @@ copyright = f'2007-{time.strftime("%Y")}, the Sphinx developers'
version = sphinx.__display_version__
release = version
show_authors = True
nitpicky = True
html_theme = 'sphinx13'
html_theme_path = ['_themes']