Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/agoose77/fix-update…
Browse files Browse the repository at this point in the history
…-config' into agoose77/fix-update-config
  • Loading branch information
agoose77 committed Feb 9, 2024
2 parents 18b1041 + f0482f7 commit c7129c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ test = [
[project.urls]
Repository = "https://github.com/executablebooks/sphinx-book-theme"
Documentation = "https://sphinx-book-theme.readthedocs.io/"


5 changes: 3 additions & 2 deletions tests/test_build.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from pathlib import Path
from shutil import copytree, rmtree
from subprocess import check_call
from importlib.metadata import version
from packaging.version import parse

Expand Down Expand Up @@ -65,7 +64,9 @@ def _func(src_folder, **kwargs):

def test_parallel_build(sphinx_build_factory):
sphinx_build = sphinx_build_factory("parallel-build", parallel=2) # type: SphinxBuild
sphinx_build.build(assert_pass=True, assert_no_warnings=False) # TODO: filter these warnings
sphinx_build.build(
assert_pass=True, assert_no_warnings=False
) # TODO: filter these warnings
assert (sphinx_build.outdir / "index.html").exists(), sphinx_build.outdir.glob("*")


Expand Down

0 comments on commit c7129c1

Please sign in to comment.