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
dec45eaf28
sphinx
/
tests
/
roots
/
test-build-text
/
conf.py
5 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Remove old-styled ``source_suffix`` values in tests
2024-07-15 06:50:33 -05:00
source_suffix
=
{
Run Ruff on ``tests/roots/``
2025-01-02 19:09:26 -06:00
'
.txt
'
:
'
restructuredtext
'
,
Remove old-styled ``source_suffix`` values in tests
2024-07-15 06:50:33 -05:00
}
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