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
6af3896103
sphinx
/
tests
/
roots
/
test-versioning
/
conf.py
4 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Complete test suite overhaul. * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
2014-09-21 10:17:02 -05:00
project
=
'
versioning test root
'
source_suffix
=
'
.txt
'
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
'
]
Reference in New Issue
Copy Permalink