Skip to content

Commit 19bc152

Browse files
committed
Update sphinx build, add autoclasstoc [ci skip]
autoclasstoc enabled, but not particularly used yet. Signed-off-by: Mats Wichmann <[email protected]>
1 parent 3494131 commit 19bc152

File tree

9 files changed

+32
-1106
lines changed

9 files changed

+32
-1106
lines changed

bin/scons_dev_master.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
]
3434

3535
BUILDING_PACKAGES = [
36-
'python-libxml2',
37-
'python-libxslt1',
36+
'python3-lxml',
3837
'fop',
39-
'python-dev',
40-
'python-epydoc',
38+
'python3-dev',
4139
'rpm',
4240
'tar',
43-
'lynx'
41+
'lynx',
4442

4543
# additional packages that Bill Deegan's web page suggests
4644
#'docbook-to-man',
@@ -51,15 +49,17 @@
5149

5250
# for ubuntu 9.10
5351
# 'texlive-lang-french'
52+
'python3-sphinx',
53+
'sphinx-rtd-theme-common',
5454

5555
]
5656

5757
DOCUMENTATION_PACKAGES = [
5858
'docbook-doc',
59-
'epydoc-doc',
59+
'sphinx-doc',
6060
'gcc-doc',
6161
'pkg-config',
62-
'python-doc',
62+
'python3-doc',
6363
'openjdk-8-doc',
6464
'swig-doc',
6565
'texlive-doc',
@@ -79,10 +79,10 @@
7979
'm4',
8080
'openssh-client',
8181
'openssh-server',
82-
'python-profiler',
83-
'python-all-dev',
82+
'python3-profiler',
83+
'python3-line-profiler',
8484
'python3-all-dev',
85-
'pypy-dev',
85+
'pypy3-dev',
8686
'rcs',
8787
'rpm',
8888
'openjdk-8-jdk',

doc/sphinx/SCons.Tool.MSCommon.rst

Lines changed: 0 additions & 62 deletions
This file was deleted.

doc/sphinx/SCons.Tool.clangCommon.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/sphinx/SCons.Tool.docbook.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/sphinx/SCons.Tool.packaging.rst

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)