Skip to content

Commit 4ee3fa2

Browse files
committed
Use -W and make docs to build without warnings
1 parent ba88685 commit 4ee3fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# Add any paths that contain custom static files (such as style sheets) here,
129129
# relative to this directory. They are copied after the builtin static files,
130130
# so a file named "default.css" will overwrite the builtin "default.css".
131-
html_static_path = ['_static']
131+
# html_static_path = ['_static']
132132

133133
# Custom sidebar templates, must be a dictionary that maps document names
134134
# to template names.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ setenv =
3131
READTHEDOCS_PROJECT = sphinx-hoverxref
3232
READTHEDOCS_VERSION = latest
3333
commands =
34-
sphinx-build -E -q -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
34+
sphinx-build -W -E -q -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 commit comments

Comments
 (0)