Skip to content

Commit

Permalink
[doc] Run Sphinx 6 for creating documentation
Browse files Browse the repository at this point in the history
Python 3.7 support was dropped with Sphinx 6.
Therefore use Python 3.9 to create documentation

Change-Id: Ibf3367f9abd1fb79133a56002a8c4e133de7967f
  • Loading branch information
xqt committed Apr 3, 2023
1 parent a29da3a commit 27649f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ deps =
commands = {posargs}

[testenv:doc]
basepython = python3.7
basepython = python3.9
commands =
sphinx-build -M html ./docs ./docs/_build -j auto
deps =
Expand All @@ -100,7 +100,7 @@ deps =
-rdocs/requirements.txt

[testenv:sphinx]
basepython = python3.7
basepython = python3.9
commands =
sphinx-build -M html ./docs ./docs/_build -j auto -D html_theme=nature
deps =
Expand Down

0 comments on commit 27649f9

Please sign in to comment.