Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit fa16a6e

Browse files
committed
Merge branch 'main' into main-public
2 parents d56d7aa + b0baea8 commit fa16a6e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are two Python* components in the repository:
1919

2020
### Requirements
2121
* 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
2323
* Install required OS packages with `apt-get install build-essential python3-dev`
2424
* git (only required for the "Developer Installation")
2525

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
'nbsphinx',
3838
'nbsphinx_link',
3939
'sphinx_design',
40+
'sphinx_external_toc',
4041
'sphinx.ext.intersphinx',
4142
'sphinx.ext.autodoc',
4243
'sphinx.ext.napoleon',
4344
'sphinx.ext.viewcode',
4445
'sphinx.ext.doctest',
4546
]
47+
external_toc_path = "toc.yml"
4648
external_toc_exclude_missing = False
4749
html_theme = 'sphinx_rtd_theme'
4850
nbsphinx_execute = 'never'

docs/requirements-docs.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
Sphinx==7.1.2; python_version=='3.8'
2-
Sphinx==7.2.6; python_version>'3.8'
1+
Sphinx==5.3.0
32
docutils==0.18.1
3+
docutils~=0.18.1
44
ghp-import==2.1.0
55
linkify-it-py==2.0.2
6-
myst-parser==2.0.0
6+
myst-parser==1.0.0
77
nbsphinx-link==1.3.0
88
nbsphinx==0.9.3
99
sphinx-fontawesome==0.0.6
1010
sphinx-multitoc-numbering==0.1.3
1111
sphinx-rtd-theme==1.3.0
1212
sphinx_design==0.5.0
13+
sphinx_external_toc==0.3.1

0 commit comments

Comments
 (0)