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

:arrow_up:️ UPDATE: jupyterbook-latex==0.2.1a1

parent 96d2de53
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ from typing import Any, Iterable, List, Set ...@@ -3,8 +3,6 @@ from typing import Any, Iterable, List, Set
import click import click
# from aiida.plugins.entry_point import load_entry_point, get_entry_point_names
try: try:
from importlib import metadata from importlib import metadata
except ImportError: except ImportError:
......
...@@ -85,7 +85,7 @@ setup( ...@@ -85,7 +85,7 @@ setup(
"sphinx_book_theme~=0.1.0", "sphinx_book_theme~=0.1.0",
"sphinx-thebe>=0.0.6", "sphinx-thebe>=0.0.6",
"sphinx-panels~=0.5.2", "sphinx-panels~=0.5.2",
"jupyterbook-latex~=0.2.0", "jupyterbook-latex==0.2.1a1",
], ],
extras_require=extras, extras_require=extras,
entry_points={ entry_points={
......
...@@ -12,15 +12,21 @@ ...@@ -12,15 +12,21 @@
\sphinxstylestrong{Table of Contents} \sphinxstylestrong{Table of Contents}
\part{A section}
\chapter{Subfolder index} \chapter{Subfolder index}
\label{\detokenize{subfolder/index:subfolder-index}}\label{\detokenize{subfolder/index::doc}} \label{\detokenize{subfolder/index:subfolder-index}}\label{\detokenize{subfolder/index::doc}}
\sphinxAtStartPar \sphinxAtStartPar
\sphinxstylestrong{Table of contents directive} \sphinxstylestrong{Table of contents directive}
\chapter{A subpage 1} \section{A subpage 1}
\label{\detokenize{subfolder/asubpage1:a-subpage-1}}\label{\detokenize{subfolder/asubpage1::doc}} \label{\detokenize{subfolder/asubpage1:a-subpage-1}}\label{\detokenize{subfolder/asubpage1::doc}}
\part{Another section}
\chapter{Content 1} \chapter{Content 1}
\label{\detokenize{content1:content-1}}\label{\detokenize{content1::doc}} \label{\detokenize{content1:content-1}}\label{\detokenize{content1::doc}}
......
...@@ -33,7 +33,7 @@ Content body ...@@ -33,7 +33,7 @@ Content body
\sphinxstylestrong{Table of contents directive} \sphinxstylestrong{Table of contents directive}
\chapter{A subpage} \section{A subpage}
\label{\detokenize{subfolder/asubpage:a-subpage}}\label{\detokenize{subfolder/asubpage::doc}} \label{\detokenize{subfolder/asubpage:a-subpage}}\label{\detokenize{subfolder/asubpage::doc}}
......
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