[02sphinx] 07jfbu pushed 035 commits to 03master [+0/-0/±12] 13https://git.io/vXfpA
[02sphinx] 07jfbu 033af9353 - Fix #777: (part II) LaTeX output "too deeply nested" The standard classes have a severe cap on maximal nesting of list-like environments (a total of six levels, and four for each of enumerate and itemize). This commit defines a new key ``'maxlistdepth'``. _Only_ if it is set (i.e. non-empty) will sphinx.sty do some hack to lift the LaTeX limitations and extend the maximal list
depth to the desired value.
[02sphinx] 07jfbu 034470e7d - use "kvoptions" to handle sphinx latex package options will facilitate adding options in the future, with a "key=value" syntax.
[02sphinx] 07jfbu 03787fffd - fix test of current listdepth which was too permissive by one unit
[02sphinx] ... and 2 more commits.
[02sphinx] 07jfbu pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/vXfh8
[02sphinx] 07jfbu 037a96bec - Update CHANGES for PR#3096
[02sphinx] 07jfbu pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/vXfje
[02sphinx] 07jfbu 035142d17 - fix mark-up in AUTHORS (funny effect of ``T.``)
mykespb joined the channel
adamdangoor joined the channel
adamdangoor has quit
adamdangoor joined the channel
adamdang_ joined the channel
adamdangoor has quit
adamdangoor joined the channel
arnsholt has quit
[02sphinx] 07tk0miya pushed 032 commits to 03master [+0/-0/±2] 13https://git.io/vXJcY
[02sphinx] 07tk0miya 0399147c1 - Merge pull request #3101 from jfbu/update_stylefile_checklist update style files checklist for latex tests
adamdang_ joined the channel
adamdangoor joined the channel
adamdangoor has quit
adamdangoor joined the channel
adamdang_ joined the channel
micah_chatt joined the channel
htgoebel1 joined the channel
htgoebel1
Hi,
I'm seeking for a way to output the generated html-files files into ./doc directly instead of some "html" subdirectory".
How can I achieve this?
tos9 has left the channel
ahoneybun has quit
ahoneybun joined the channel
Not-ba84
[02sphinx] 07shimizukawa pushed 031 commit to 03master [+0/-0/±4] 13https://git.io/vXJNS
[02sphinx] 07shimizukawa 03a5bdf1f - Closes #3060: autodoc supports documentation for attributes of Enum class. Now autodoc render just the value of Enum attributes instead of Enum attribute representation.