Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 014397e

Browse files
committed
Determine opensearch URL from current version.
1 parent 30e4ca4 commit 014397e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292

9393
# Output an OpenSearch description file.
94-
html_use_opensearch = 'http://docs.python.org/3.3'
94+
html_use_opensearch = 'http://docs.python.org/' + version
9595

9696
# Additional static files.
9797
html_static_path = ['tools/sphinxext/static']

0 commit comments

Comments
 (0)