mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4960 from albfan/devhelp
Instructions to view build result in devhelp
This commit is contained in:
commit
21af688c3c
@ -45,8 +45,8 @@ class DevhelpBuilder(StandaloneHTMLBuilder):
|
|||||||
"""
|
"""
|
||||||
name = 'devhelp'
|
name = 'devhelp'
|
||||||
epilog = __('To view the help file:\n'
|
epilog = __('To view the help file:\n'
|
||||||
'$ mkdir -p $HOME/.local/share/devhelp/%(project)s\n'
|
'$ mkdir -p $HOME/.local/share/devhelp/books\n'
|
||||||
'$ ln -s %(outdir)s $HOME/.local/share/devhelp/%(project)s\n'
|
'$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n'
|
||||||
'$ devhelp')
|
'$ devhelp')
|
||||||
|
|
||||||
# don't copy the reST source
|
# don't copy the reST source
|
||||||
|
Loading…
Reference in New Issue
Block a user