Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ formats:
- htmlzip
- epub

build:
os: "ubuntu-22.04"
tools:
python: "3.13"

python:
version: 3.8
install:
- requirements: docs-requirements.txt
- path: .

sphinx:
fail_on_warning: true
configuration: docs/source/conf.py
64 changes: 34 additions & 30 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,56 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile ci/rtd-requirements.in
#
alabaster==0.7.12
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python-version=3.10 docs-requirements.in -o docs-requirements.txt
alabaster==1.0.0
# via sphinx
babel==2.10.1
babel==2.17.0
# via sphinx
certifi==2022.5.18.1
certifi==2026.1.4
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.4.4
# via requests
docutils==0.17.1
colorama==0.4.6 ; sys_platform == 'win32'
# via sphinx
idna==3.3
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
docutils==0.22.4 ; python_full_version >= '3.11'
# via sphinx
idna==3.11
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
jinja2==3.0.3
jinja2==3.1.6
# via sphinx
markupsafe==2.0.1
markupsafe==3.0.3
# via jinja2
packaging==21.3
packaging==26.0
# via sphinx
pygments==2.19.2
# via sphinx
pygments==2.12.0
requests==2.32.5
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
requests==2.27.1
roman-numerals==4.1.0 ; python_full_version >= '3.11'
# via sphinx
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via sphinx
sphinx==3.4.3
sphinx==8.1.3 ; python_full_version < '3.11'
# via -r docs-requirements.in
sphinxcontrib-applehelp==1.0.2
sphinx==9.0.4 ; python_full_version == '3.11.*'
# via -r docs-requirements.in
sphinx==9.1.0 ; python_full_version >= '3.12'
# via -r docs-requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
tomli==2.4.0 ; python_full_version < '3.11'
# via sphinx
urllib3==1.26.8
urllib3==2.6.3
# via requests
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def setup(app):
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
# sphinx
contextlib2==21.6.0
# via -r test-requirements.in
coverage==7.13.1
coverage==7.13.2
# via pytest-cov
cssselect==1.3.0
cssselect==1.4.0
# via -r test-requirements.in
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
Expand Down
Loading