Skip to content

Instantly share code, notes, and snippets.

View yves-chevallier's full-sized avatar

Yves Chevallier yves-chevallier

View GitHub Profile
@yves-chevallier
yves-chevallier / error.log
Created August 11, 2019 10:38
LaTeX error listings on Docker
This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/dev/Debian) (preloaded format=xelatex 2019.8.11) 11 AUG 2019 10:38
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**refcard.tex
(./refcard.tex
LaTeX2e <2014/05/01>
Babel <3.9l> and hyphenation patterns for 79 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
@yves-chevallier
yves-chevallier / error
Created August 6, 2019 11:35
Sphinx test error
________________________________________________________________________________________________ test_tocdepth_singlehtml[index.html-expect14] ________________________________________________________________________________________________
app = <sphinx.testing.util.SphinxTestAppWrapperForSkipBuilding object at 0x7f51ea4776d8>, cached_etree_parse = <function cached_etree_parse.<locals>.parse at 0x7f51ec7671e0>, fname = 'index.html', expect = ('.//h4', '2.1.1. Baz A', True)
@pytest.mark.parametrize("fname,expect", flat_dict({
'index.html': [
(".//li[@class='toctree-l3']/a", '1.1.1. Foo A1', True),
(".//li[@class='toctree-l3']/a", '1.2.1. Foo B1', True),
(".//li[@class='toctree-l3']/a", '2.1.1. Bar A1', False),
(".//li[@class='toctree-l3']/a", '2.2.1. Bar B1', False),