summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-06-10 17:09:09 (GMT)
committerMats Wichmann <mats@linux.com>2020-06-10 17:12:42 (GMT)
commit2f5841806011b1ca123e58ddaa55e4319b5468da (patch)
tree44c9910e3aa95d45766d6b67a7a3ca5987c3036e /bin
parent07ba4716ef08158da819ec98b4533d06c84c12dc (diff)
downloadSCons-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-xbin/scons_dev_master.py4
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',
]