We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python make.py serve
1 parent 9afc46a commit 15c5ef7Copy full SHA for 15c5ef7
1 file changed
make.py
@@ -62,7 +62,7 @@ def _resolve(p: PathLike, strict: bool = False) -> Path:
62
PAPER_SIZE_OPTS['a4'] = ['-D', 'latex_paper_size=a4']
63
PAPER_SIZE_OPTS['letter'] = ['-D', 'latex_paper_size=letter']
64
ALLSPHINXOPTS = ['-d', f'{BUILDDIR}/doctrees', *PAPER_SIZE_OPTS[PAPER_SIZE], *SPHINXOPTS, '.']
65
-SPHINXAUTOBUILDOPTS = ['--watch', './arcade']
+SPHINXAUTOBUILDOPTS = ['--watch', '../arcade', '--ignore', './example_code/how_to_examples/thumbs']
66
67
# Important: the i18n builder cannot share the environment and doctrees with the others
68
# This allows for internationalization / localization of doc.
0 commit comments