Commit f7c6d325 authored by D.H.D. Nguyen's avatar D.H.D. Nguyen
Browse files

update conf

parent 18fa093a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ extensions = ['sphinx.ext.napoleon','sphinx.ext.autodoc',
    'sphinx.ext.ifconfig',
    'sphinx.ext.viewcode',
    'sphinx.ext.githubpages', 
    'sphinx.ext.autosectionlabel', 'sphinx.ext.extlinks', 'rinoh.frontend.sphinx']
    'sphinx.ext.autosectionlabel', 'sphinx.ext.extlinks']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -226,6 +226,7 @@ extlinks = {
        'security': ("http://werkzeug.palletsprojects.com/en/1.0.x/utils/#werkzeug.security.%s", ""),
        'local': ("https://werkzeug.palletsprojects.com/en/1.0.x/local/#%s", ""),
        'flask': ("https://flask.palletsprojects.com/en/1.1.x/api/#%s", ""),
        'bp': ("https://flask.palletsprojects.com/en/1.1.x/%s/",""),
        'sql-type': ("https://docs.sqlalchemy.org/en/13/core/type_basics.html#sqlalchemy.types.%s", ""),
        'sql-rel': ("https://docs.sqlalchemy.org/en/13/orm/relationship_api.html#%s", "")
        }