This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
114ff77f68
sphinx
/
tests
/
roots
/
test-directive-code
/
conf.py
3 lines
44 B
Python
Raw
Normal View
History
Unescape
Escape
fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file.
2016-01-09 00:35:56 -06:00
exclude_patterns
=
[
'
_build
'
]
Added Tests for latex(pdf) links to captioned or named literal blocks As conf.py has now numfig = True, needed to modify accordingly test for links in html output. This topic branch fixes #2405, #2414, and also makes for latex(pdf) functional hyperlinks to named references, but only for literal blocks (code-block or literalinclude). modified: tests/roots/test-directive-code/caption.rst modified: tests/roots/test-directive-code/conf.py new file: tests/roots/test-directive-code/namedblocks.rst modified: tests/test_directive_code.py
2016-04-10 13:42:00 -05:00
numfig
=
True
Reference in New Issue
Copy Permalink