@@ -65,7 +65,7 @@ def setup(app):
65
65
sys .modules ["xps" ] = mod
66
66
67
67
68
- language = None
68
+ language = "en"
69
69
70
70
exclude_patterns = ["_build" ]
71
71
@@ -103,15 +103,15 @@ def setup(app):
103
103
# See http://sphinx-doc.org/ext/extlinks.html
104
104
_repo = "https://github.com/HypothesisWorks/hypothesis/"
105
105
extlinks = {
106
- "commit" : (_repo + "commit/%s" , "commit " ),
107
- "gh-file" : (_repo + "blob/master/%s" , "" ),
108
- "gh-link" : (_repo + "%s" , "" ),
109
- "issue" : (_repo + "issues/%s" , "issue #" ),
110
- "pull" : (_repo + "pull/%s" , "pull request #" ),
111
- "pypi" : ("https://pypi.org/project/%s/" , "" ),
112
- "bpo" : ("https://bugs.python.org/issue%s" , "bpo-" ),
113
- "xp-ref" : ("https://data-apis.org/array-api/latest/API_specification/%s" , "" ),
114
- "wikipedia" : ("https://en.wikipedia.org/wiki/%s" , "" ),
106
+ "commit" : (_repo + "commit/%s" , "commit %s " ),
107
+ "gh-file" : (_repo + "blob/master/%s" , "%s " ),
108
+ "gh-link" : (_repo + "%s" , "%s " ),
109
+ "issue" : (_repo + "issues/%s" , "issue #%s " ),
110
+ "pull" : (_repo + "pull/%s" , "pull request #%s " ),
111
+ "pypi" : ("https://pypi.org/project/%s/" , "%s " ),
112
+ "bpo" : ("https://bugs.python.org/issue%s" , "bpo-%s " ),
113
+ "xp-ref" : ("https://data-apis.org/array-api/latest/API_specification/%s" , "%s " ),
114
+ "wikipedia" : ("https://en.wikipedia.org/wiki/%s" , "%s " ),
115
115
}
116
116
117
117
# -- Options for HTML output ----------------------------------------------
0 commit comments