summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.py
diff options
context:
space:
mode:
authoralbfan <albertofanjul@gmail.com>2018-05-12 09:11:27 +0200
committeralbfan <albertofanjul@gmail.com>2018-05-12 09:14:05 +0200
commit19337bccf4e3d78fdd6ab25dac57fc7e3d3ec982 (patch)
treee6c11456ac8882d297139d75ff9baf86f00ab7a0 /sphinx/builders/devhelp.py
parent8e5aee517a5d34c272b8b718cbf01515199d0c24 (diff)
downloadsphinx-git-19337bccf4e3d78fdd6ab25dac57fc7e3d3ec982.tar.gz
Instructions to view build result in devhelp
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r--sphinx/builders/devhelp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py
index 3d35b7496..fc2c0b1c9 100644
--- a/sphinx/builders/devhelp.py
+++ b/sphinx/builders/devhelp.py
@@ -45,8 +45,8 @@ class DevhelpBuilder(StandaloneHTMLBuilder):
"""
name = 'devhelp'
epilog = __('To view the help file:\n'
- '$ mkdir -p $HOME/.local/share/devhelp/%(project)s\n'
- '$ ln -s %(outdir)s $HOME/.local/share/devhelp/%(project)s\n'
+ '$ mkdir -p $HOME/.local/share/devhelp/books\n'
+ '$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n'
'$ devhelp')
# don't copy the reST source