Hi,

AFAIK, chrome can't access local files by default. So it fails to load the 
body part of search results.
It's restriction of the browsers. So we can't avoid it from Sphinx side.

In case of chrome, it might work with `--allow-file-access-from-files` 
option:
https://stackoverflow.com/questions/18586921/how-to-launch-html-using-chrome-at-allow-file-access-from-files-mode

Thanks,
Takeshi KOMIYA

2018年8月14日火曜日 6時29分27秒 UTC+9 Liang BI:
>
> Hello Erin, Komiya,
>
> I met the same problem, actually I want to show the context in my local 
> disk. Chrome/IE doesn't show the content while Firefox does on Windows.
> The default setting for html_copy_source is True, how can I always show 
> the context in Chrome locally?
>
> On Saturday, 3 December 2016 12:53:38 UTC+8, Komiya Takeshi wrote:
>>
>> Hi,
>>
>> The `html_copy_source` will help you.
>> http://www.sphinx-doc.org/en/1.4.9/config.html#confval-html_copy_source
>>
>> Thanks,
>> Takeshi KOMIYA
>>
>> 2016年12月2日金曜日 7時33分41秒 UTC+9 E. Kelly:
>>>
>>> Two new comments  - 
>>>
>>> 1) I found another workaround, from the Sphinx GitHub site (
>>> http://github.com/sphinx-doc/sphinx/issues/1618). Someone has built an 
>>> extension that builds prettier search results for your site. 
>>> https://github.com/TimKam/sphinx-pretty-searchresults 
>>>
>>> 2) I'm wondering about a possible workaround - can I force the search 
>>> results to show only the page title? For some reason, this happens anyway 
>>> when I'm viewing my HTML files: 
>>>
>>> When I view my files locally in my browser (Chrome), the search result 
>>> only shows the page title, not the context. 
>>>
>>>
>>>
>>> <https://lh3.googleusercontent.com/-LUhej_Ebcd0/WECSvfcleRI/AAAAAAAAAC0/kaDLAcaE2dIpgTFGdXr9FNLfh75zCt_5ACLcB/s1600/file_search.png>
>>>
>>> When I view the same file on a web server over an HTTP connection, the 
>>> search result shows the markup of the file content. 
>>>
>>>
>>> <https://lh3.googleusercontent.com/-m-PnlIdnYjg/WECTCOqCn4I/AAAAAAAAAC4/E-Q-DidgVcIpcvwryTeZTBrXJPO7NhOOgCLcB/s1600/http_search.png>
>>>
>>> Can I force it to show only the page title in search results when viewed 
>>> from a web server? 
>>>
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to