This repository was archived by the owner on Sep 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ There are two Python* components in the repository:
19
19
20
20
### Requirements
21
21
* Linux system or WSL2 on Windows (validated on Ubuntu* 20.04/22.04 LTS)
22
- * Python 3.9
22
+ * Python 3.8, 3.9, 3.10
23
23
* Install required OS packages with ` apt-get install build-essential python3-dev `
24
24
* git (only required for the "Developer Installation")
25
25
Original file line number Diff line number Diff line change 37
37
'nbsphinx' ,
38
38
'nbsphinx_link' ,
39
39
'sphinx_design' ,
40
+ 'sphinx_external_toc' ,
40
41
'sphinx.ext.intersphinx' ,
41
42
'sphinx.ext.autodoc' ,
42
43
'sphinx.ext.napoleon' ,
43
44
'sphinx.ext.viewcode' ,
44
45
'sphinx.ext.doctest' ,
45
46
]
47
+ external_toc_path = "toc.yml"
46
48
external_toc_exclude_missing = False
47
49
html_theme = 'sphinx_rtd_theme'
48
50
nbsphinx_execute = 'never'
Original file line number Diff line number Diff line change 1
- Sphinx==7.1.2; python_version=='3.8'
2
- Sphinx==7.2.6; python_version>'3.8'
1
+ Sphinx==5.3.0
3
2
docutils==0.18.1
3
+ docutils~=0.18.1
4
4
ghp-import==2.1.0
5
5
linkify-it-py==2.0.2
6
- myst-parser==2 .0.0
6
+ myst-parser==1 .0.0
7
7
nbsphinx-link==1.3.0
8
8
nbsphinx==0.9.3
9
9
sphinx-fontawesome==0.0.6
10
10
sphinx-multitoc-numbering==0.1.3
11
11
sphinx-rtd-theme==1.3.0
12
12
sphinx_design==0.5.0
13
+ sphinx_external_toc==0.3.1
You can’t perform that action at this time.
0 commit comments