File: ext.py

package info (click to toggle)
sphinx 0.6.6-3%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,112 kB
  • ctags: 2,813
  • sloc: python: 17,727; makefile: 264; xml: 10; sh: 6; ansic: 1
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (19)
1
2
3
4
# Test extension module

def setup(app):
    app.add_config_value('value_from_ext', [], False)