File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8+ build :
9+ os : " ubuntu-22.04"
10+ tools :
11+ python : " miniconda3-4.7"
12+ jobs :
13+ pre_create_environment :
14+ - conda update --yes --quiet --name=base --channel=defaults conda
815# Build documentation in the docs/ directory with Sphinx
916sphinx :
1017 configuration : docs/source/conf.py
11- fail_on_warning : True
18+ fail_on_warning : False
1219
13- # Optionally build your docs in additional formats such as PDF
14- formats : []
20+ conda :
21+ environment : docs/environment.yml
1522
16- # Optionally set the version of Python and requirements required to build your docs
17- python :
18- version : 3.8
19- install :
20- - requirements : requirements.txt
Original file line number Diff line number Diff line change 11recommonmark==0.6.0
2- sphinx == 4.4 .0
2+ sphinx==5.3 .0
33sphinx-markdown-tables==0.0.12
44sphinx-rtd-theme==0.5.1
55sphinx-autobuild==2020.9.1
66sphinx_click==3.1.0
7- click == 7.1.2
7+ click==8
88texttable==1.6.3
9- myst-parser == 0.16 .1
9+ myst-parser==0.18 .1
1010# Sphinx 3.3.1 does not require a specific version of docutils
1111# but docutils 0.17 changed the output html markup, breaking the RTD theme
1212# original issue: https://github.com/sphinx-doc/sphinx/issues/9051
Original file line number Diff line number Diff line change 1+ name : rtd
2+ channels :
3+ - defaults
4+ - conda-forge
5+ dependencies :
6+ - python=3.10
7+ - pip
8+ - pip :
9+ - -r ../requirements.txt
Original file line number Diff line number Diff line change 11matplotlib==3.6.3
2- scikit-learn==1.1 .1
2+ scikit-learn==1.5 .1
33pandas==1.5.3
44# Dependencies for the SubstraFL FedAvg example on MNIST dataset
5- torch==1.13 .1
6- torchvision==0.14 .1
7- numpy==1.23.1
5+ torch==2.3 .1
6+ torchvision==0.18 .1
7+ numpy==1.26.4
88gitpython==3.1.30
Original file line number Diff line number Diff line change 1- -r docs/requirements.txt
1+ -r docs/doc- requirements.txt
22-r examples_requirements.txt
You can’t perform that action at this time.
0 commit comments