Skip to content

Commit

Permalink
Merge branch 'main' into main-public
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Oct 6, 2023
2 parents d56d7aa + b0baea8 commit fa16a6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two Python* components in the repository:

### Requirements
* Linux system or WSL2 on Windows (validated on Ubuntu* 20.04/22.04 LTS)
* Python 3.9
* Python 3.8, 3.9, 3.10
* Install required OS packages with `apt-get install build-essential python3-dev`
* git (only required for the "Developer Installation")

Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
'nbsphinx',
'nbsphinx_link',
'sphinx_design',
'sphinx_external_toc',
'sphinx.ext.intersphinx',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.doctest',
]
external_toc_path = "toc.yml"
external_toc_exclude_missing = False
html_theme = 'sphinx_rtd_theme'
nbsphinx_execute = 'never'
7 changes: 4 additions & 3 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Sphinx==7.1.2; python_version=='3.8'
Sphinx==7.2.6; python_version>'3.8'
Sphinx==5.3.0
docutils==0.18.1
docutils~=0.18.1
ghp-import==2.1.0
linkify-it-py==2.0.2
myst-parser==2.0.0
myst-parser==1.0.0
nbsphinx-link==1.3.0
nbsphinx==0.9.3
sphinx-fontawesome==0.0.6
sphinx-multitoc-numbering==0.1.3
sphinx-rtd-theme==1.3.0
sphinx_design==0.5.0
sphinx_external_toc==0.3.1

0 comments on commit fa16a6e

Please sign in to comment.