File: otpdocs.py

package info (click to toggle)
django-otp-yubikey 1.0.0.post1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 445; makefile: 131
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
"""
Extra stuff for the django-otp Sphinx docs.
"""

def setup(app):
    app.add_crossref_type(
        directivename = "setting",
        rolename      = "setting",
        indextemplate = "pair: %s; setting",
    )