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

Skip to content

Commit d3483cb

Browse files
committed
Workaround for broken search engine in Sphinx
svn path=/trunk/matplotlib/; revision=5967
1 parent bb83405 commit d3483cb

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
@@ -98,7 +98,7 @@
9898

9999
# If nonempty, this is the file name suffix for generated HTML files. The
100100
# default is ``".html"``.
101-
#html_file_suffix = '.xhtml'
101+
html_file_suffix = '.html'
102102

103103
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
104104
# using the given strftime format.

0 commit comments

Comments
 (0)