mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix search on ceres-solver.org
Thanks to Roger Labbe for reporting this and Sergiu Deitsch for debugging it Change-Id: I7f53b339a1e4d6862b341c60bcf81b77770052bf
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import sys, os
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig']
|
||||
extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinxcontrib.jquery']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
@@ -60,7 +60,7 @@ elif N == 4:
|
||||
sphinx_exe = sys.argv[3]
|
||||
|
||||
# Run Sphinx to build the documentation.
|
||||
os.system('%s -n -b html -d %s %s %s' %(sphinx_exe, cache_dir, src_dir, html_dir))
|
||||
os.system('%s -n -a -d %s %s %s' %(sphinx_exe, cache_dir, src_dir, html_dir))
|
||||
|
||||
replacements = [
|
||||
# The title for the homepage is not ideal, so change it.
|
||||
|
||||
Reference in New Issue
Block a user