File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 128
128
# Add any paths that contain custom static files (such as style sheets) here,
129
129
# relative to this directory. They are copied after the builtin static files,
130
130
# so a file named "default.css" will overwrite the builtin "default.css".
131
- html_static_path = ['_static' ]
131
+ # html_static_path = ['_static']
132
132
133
133
# Custom sidebar templates, must be a dictionary that maps document names
134
134
# to template names.
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ setenv =
31
31
READTHEDOCS_PROJECT = sphinx-hoverxref
32
32
READTHEDOCS_VERSION = latest
33
33
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
You can’t perform that action at this time.
0 commit comments