File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed
Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 44
55# Required
66version : 2
7- build :
8- os : ubuntu-20.04
9- tools :
10- python : " 3.9"
7+ build :
8+ os : ubuntu-22.04
9+ tools :
10+ python : " 3.12"
11+ jobs :
12+ post_create_environment :
13+ - python -m pip install --upgrade "pip" "setuptools<81"
1114
1215# Build documentation in the docs/ directory with Sphinx
1316sphinx :
Original file line number Diff line number Diff line change 1- sphinx==7.4.7
2- sphinx_rtd_theme
3- sphinxcontrib-bibtex
4- requests==2.32.2
1+ sphinx>=8.0.0
2+ sphinx_rtd_theme>=3.0.0
3+ sphinxcontrib-bibtex>=2.6.4
4+ requests>=2.32.2
5+ setuptools<81.0.0
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
5- # pip-compile requirements.in
5+ # pip-compile --allow-unsafe --strip-extras requirements.in
66#
77alabaster == 0.7.16
88 # via sphinx
@@ -50,17 +50,17 @@ six==1.16.0
5050 # pybtex
5151snowballstemmer == 2.2.0
5252 # via sphinx
53- sphinx == 7.4.7
53+ sphinx == 8.0.2
5454 # via
5555 # -r requirements.in
5656 # sphinx-rtd-theme
5757 # sphinxcontrib-bibtex
5858 # sphinxcontrib-jquery
59- sphinx-rtd-theme == 2.0 .0
59+ sphinx-rtd-theme == 3.1 .0
6060 # via -r requirements.in
6161sphinxcontrib-applehelp == 1.0.8
6262 # via sphinx
63- sphinxcontrib-bibtex == 2.6.2
63+ sphinxcontrib-bibtex == 2.6.4
6464 # via -r requirements.in
6565sphinxcontrib-devhelp == 1.0.6
6666 # via sphinx
@@ -76,3 +76,9 @@ sphinxcontrib-serializinghtml==1.1.10
7676 # via sphinx
7777urllib3 == 2.2.2
7878 # via requests
79+
80+ # The following packages are considered to be unsafe in a requirements file:
81+ setuptools == 80.10.2
82+ # via
83+ # -r requirements.in
84+ # sphinxcontrib-bibtex
You can’t perform that action at this time.
0 commit comments