File: ext.py

package info (click to toggle)
sphinx 1.1.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,472 kB
  • sloc: python: 26,866; makefile: 408; perl: 266; sh: 78; xml: 10; 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)