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
Files
f7027049b1cc02797ee063ef63c6b353a1ce31ca
sphinx
/
tests
/
roots
/
test-root
/
ext.py
6 lines
96 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
Fix flake8 violations
2018-02-19 22:39:14 +09:00
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
def
setup
(
app
)
:
app
.
add_config_value
(
'
value_from_ext
'
,
[
]
,
False
)
Reference in New Issue
Copy Permalink