Loading doc/source/conf.py +2 −1 Original line number Diff line number Diff line Loading @@ -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'] Loading Loading @@ -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", "") } Loading
doc/source/conf.py +2 −1 Original line number Diff line number Diff line Loading @@ -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'] Loading Loading @@ -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", "") }