mirror of https://github.com/openXC7/prjxray.git
docs: Run `make links` on readthedocs.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
853b0119da
commit
e6ab6ee820
|
|
@ -113,6 +113,13 @@ if not on_rtd:
|
|||
"github_version": "master", # Version
|
||||
"conf_py_path": "/doc/",
|
||||
}
|
||||
else:
|
||||
import subprocess
|
||||
subprocess.check_call(
|
||||
'make links',
|
||||
cwd=os.path.abspath(os.path.dirname(__file__)),
|
||||
shell=True)
|
||||
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
|
|
|
|||
Loading…
Reference in New Issue