mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable nit-picky mode in `conf.py
`
This commit is contained in:
parent
ec44db49ca
commit
3ac143c8bf
1
.github/workflows/builddoc.yml
vendored
1
.github/workflows/builddoc.yml
vendored
@ -38,6 +38,5 @@ jobs:
|
|||||||
-T
|
-T
|
||||||
-W
|
-W
|
||||||
--jobs=auto
|
--jobs=auto
|
||||||
-n
|
|
||||||
-vvv
|
-vvv
|
||||||
--keep-going
|
--keep-going
|
||||||
|
@ -22,6 +22,7 @@ copyright = f'2007-{time.strftime("%Y")}, the Sphinx developers'
|
|||||||
version = sphinx.__display_version__
|
version = sphinx.__display_version__
|
||||||
release = version
|
release = version
|
||||||
show_authors = True
|
show_authors = True
|
||||||
|
nitpicky = True
|
||||||
|
|
||||||
html_theme = 'sphinx13'
|
html_theme = 'sphinx13'
|
||||||
html_theme_path = ['_themes']
|
html_theme_path = ['_themes']
|
||||||
|
Loading…
Reference in New Issue
Block a user