From c7c0e4048d72d4125a63ba9b83effe59d253774c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 23 Sep 2022 20:06:48 +0100 Subject: Split out `sphinx_highlight.js` --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index a721508de..eafa42a7d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,6 +48,7 @@ epub_post_files = [('usage/installation.xhtml', 'Installing Sphinx'), ('develop.xhtml', 'Sphinx development')] epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', '_static/jquery.js', '_static/searchtools.js', + '_static/sphinx_highlight.js', '_static/underscore.js', '_static/basic.css', '_static/language_data.js', 'search.html', '_static/websupport.js'] -- cgit v1.2.1