Skip to content
Snippets Groups Projects
Commit c86266b5 authored by Chris Sewell's avatar Chris Sewell
Browse files

update to sphinx-external-toc==0.1.0a8

parent e9649852
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,6 @@ def build(
# TODO could also check/warn if the format is not set to jb-article/jb-book?
config_overrides["external_toc_path"] = toc.as_posix()
print("external_toc_path", toc.as_posix())
# Builder-specific overrides
if builder == "pdfhtml":
......
......@@ -77,7 +77,7 @@ setup(
"nbconvert<6",
'importlib_metadata; python_version < "3.7"',
"jsonschema",
"sphinx-external-toc==0.1.0a7",
"sphinx-external-toc==0.1.0a8",
"sphinx_togglebutton",
"sphinx-copybutton",
"sphinx-comments",
......
......@@ -41,7 +41,6 @@ def test_build_from_template(temp_with_override, cli):
# Create the book from the template
book = temp_with_override / "new_book"
_ = cli.invoke(commands.create, book.as_posix())
print([p.name for p in book.glob("*")])
build_result = cli.invoke(
commands.build, [book.as_posix(), "-n", "-W", "--keep-going"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment