[02sphinx] 07tk0miya pushed 032 commits to 03stable [+0/-0/±2] 13https://git.io/vokBg
[02sphinx] 07jfbu 03f38665b - Display correctly the Builtin themes in the PDF build of Sphinx doc Add longtable as class, which will allow pagebreaks in pdf output.
[02sphinx] 07tk0miya 038040c35 - Merge pull request #2628 from jfbu/latex_builtinthemesinSphinxDoc Display correctly the Builtin themes in the PDF build of Sphinx doc
slick666_work joined the channel
slick666_work has quit
treyhunner has quit
treyhunner joined the channel
[02sphinx] 07tk0miya pushed 032 commits to 03stable [+0/-0/±6] 13https://git.io/vokgW
[02sphinx] 07tk0miya 0376b9992 - Fix #2633: Sphinx crashes with old styled indices
[02sphinx] 07tk0miya 035c42bb0 - Merge pull request #2636 from tk0miya/rescue_old_styled_indices Fix #2633: Sphinx crashes with old styled indices
slick666_work joined the channel
slick666_work has quit
Nikolay_St has quit
slick666_work joined the channel
slick666_work has quit
Nikolay_St joined the channel
slick666_work joined the channel
slick666_work has quit
VIPRIP joined the channel
VIPRIP
Hello, can I ask you a question about Sphinx Extension?
Do you know why the 'ref_context' dict from 'env' is always empty when my domain parses the xref with my 'DomainXRefRole' which inherits from XRefRole itself?
Oh, I resolved my problem due to a lack of understanding of how the xrefs work across documents.
OK, I feel better now!
almad joined the channel
slick666_work joined the channel
slick666_work has quit
VIPRIP has quit
aboudreault_ joined the channel
VIPRIP joined the channel
kushal joined the channel
VIPRIP has quit
kushal has quit
kushal joined the channel
slick666_work joined the channel
somnium has quit
somnium joined the channel
somnium has quit
somnium joined the channel
solarjoe4 joined the channel
slick666_work has quit
solarjoe4 has quit
slick666_work joined the channel
almad has quit
almad joined the channel
VIPRIP joined the channel
almad has quit
VIPRIP has quit
VIPRIP joined the channel
Akien joined the channel
danielduong joined the channel
almad joined the channel
Nikolay_St has quit
Empyrium joined the channel
almad has quit
almad joined the channel
discopatrick joined the channel
almad has quit
almad joined the channel
treyhunner has quit
treyhunner joined the channel
VIPRIP_ joined the channel
VIPRIP__ joined the channel
danielduong has quit
VIPRIP has quit
VIPRIP__ has quit
VIPRIP joined the channel
VIPRIP_ has quit
Not-b880
[02sphinx] 07tk0miya pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/voIhA
[02sphinx] 07tk0miya 03e3b817d - Show warnings if unknown key is specified to `latex_elements` (ref: 2637)
danielduong joined the channel
almad has quit
somnium
evening
natim has quit
natim joined the channel
Not-b880
[02sphinx] 07jfbu pushed 031 commit to 03stable [+0/-0/±2] 13https://git.io/voL8Y
[02sphinx] 07jfbu 03d4a9997 - Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1)
pindonga joined the channel
micah_chatt joined the channel
pindonga
hi, am trying to figure out how to test api documentation written in sphinx. any ideas or best practices for doing so?
I know there's the doctest extension, but it feels weird to use doctests for testing rest apis
I would have to spawn a local server to test the rest api