This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2026-08-04 02:13:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00b30f6f652e2da88e7124c9658f730682e7c8ad
sphinx
/
tests
/
root
/
ext.py
T
5 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Add a test suite skeleton, a first test for sphinx.config, and fix a bug in config.
2008-06-05 08:58:43 +00:00
# Test extension module
def
setup
(
app
):
app
.
add_config_value
(
'value_from_ext'
,
[],
False
)
Reference in New Issue
Copy Permalink