diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-16 21:05:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 21:05:37 +0100 |
commit | ce31e1c0c7b32f6be93186e0fef076ef65ff0b05 (patch) | |
tree | 7365b3ac8bb21c5ecee71596ad56f680527efd78 /doc/conf.py | |
parent | 7e68154e49fbb260f7ffee9791bfafdb7fd2e119 (diff) | |
download | sphinx-git-ce31e1c0c7b32f6be93186e0fef076ef65ff0b05.tar.gz |
Remove deprecated items for Sphinx 6.0 (#10471)
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index a0d2f4df9..ef05016bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -44,8 +44,8 @@ epub_pre_files = [('index.xhtml', 'Welcome')] 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/underscore.js', '_static/basic.css', + '_static/searchtools.js', + '_static/basic.css', '_static/language_data.js', 'search.html', '_static/websupport.js'] epub_fix_images = False |