diff options
author | Mats Wichmann <mats@linux.com> | 2020-06-10 17:09:09 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-06-10 17:12:42 (GMT) |
commit | 2f5841806011b1ca123e58ddaa55e4319b5468da (patch) | |
tree | 44c9910e3aa95d45766d6b67a7a3ca5987c3036e /bin | |
parent | 07ba4716ef08158da819ec98b4533d06c84c12dc (diff) | |
download | SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.zip SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.tar.gz SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.tar.bz2 |
Documentation updates in perparation for 4.0 [ci skip]
* Switch API docs to readthedocs theme
* Add links in manpage SEE ALSO to external websites. These are not just
live, but also listed out (Linux manpages won't have the hyperlinks)
* Links use docbook5 xlink:href instead of deprecated (claimed to be
removed, but apparently not) ulink syntax
* Comment out manpage Examples section, and leave a pointer to
scons-cookbook.readthedocs.io instead
* Regenerate everything, mainly to pick up compilation_db stuff.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/scons_dev_master.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py index 26beb62..ab102f3 100755 --- a/bin/scons_dev_master.py +++ b/bin/scons_dev_master.py @@ -47,10 +47,8 @@ BUILDING_PACKAGES = [ #'tetex-bin', #'tetex-latex', - # for ubuntu 9.10 - # 'texlive-lang-french' 'python3-sphinx', - 'sphinx-rtd-theme-common', + 'python3-sphinx-rtd-theme', ] |