Hello, Thanks for providing this awesome project!
I'm trying to apply Sphinx 2.0.0b1 to our project, and here is my commit <https://github.com/spotbugs/spotbugs/commit/157325c1d3dc712d35463f15b67d4f9a48564224> . Its output seems nice, however it reported one warning: writing additional pages... > search/usr/local/lib/python3.5/dist-packages/sphinx/builders/html.py:137: > RemovedInSphinx30Warning: builder.script_files is deprecated. Please use > app.add_js_file() instead. Which action recommended to avoid this warning? I've checked the 137th line of html.py <https://github.com/sphinx-doc/sphinx/blob/12c614911ac1ea94e88ec781fd36281ffd026f0a/sphinx/builders/html.py#L137>, but no idea how I can avoid this warning. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
