diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b5c7379b..9ded24cff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,8 @@ jobs: build: docker: - image: sphinxdoc/docker-ci + environment: + DO_EPUBCHECK: 1 working_directory: /sphinx steps: - checkout diff --git a/tests/roots/test-root/index.txt b/tests/roots/test-root/index.txt index 508e14077..e39c958b3 100644 --- a/tests/roots/test-root/index.txt +++ b/tests/roots/test-root/index.txt @@ -37,7 +37,6 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` -* :ref:`search` References ========== diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 36dae0d0e..e949f1157 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -357,7 +357,6 @@ def test_html4_output(app, status, warning): "[@class='reference external']", ''), (".//li/p/a[@href='genindex.html']/span", 'Index'), (".//li/p/a[@href='py-modindex.html']/span", 'Module Index'), - (".//li/p/a[@href='search.html']/span", 'Search Page'), # custom sidebar only for contents (".//h4", 'Contents sidebar'), # custom JavaScript