diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-23 20:06:48 +0100 |
---|---|---|
committer | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-09-24 15:10:57 +0100 |
commit | c7c0e4048d72d4125a63ba9b83effe59d253774c (patch) | |
tree | efe4865208480da6ffff62b7a8aae58e4d852a07 /doc/conf.py | |
parent | 8db24515ea4298207a71556518e9a91bfc5ad6a3 (diff) | |
download | sphinx-git-c7c0e4048d72d4125a63ba9b83effe59d253774c.tar.gz |
Split out `sphinx_highlight.js`
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'] |