File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8181
8282 - name : Install Dependencies
8383 run : |
84- pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
84+ pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
8585
8686 - name : Build Sphinx Docs
8787 run : |
Original file line number Diff line number Diff line change 3737 # Low risk trade-off with mismatching dependencies in `conda/zstash_dev.yml`
3838 - name : Install Dependencies
3939 run : |
40- pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
40+ pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
4141
4242 - name : Build Sphinx Docs
4343 run : |
Original file line number Diff line number Diff line change @@ -5,29 +5,29 @@ channels:
55dependencies :
66 # Base
77 # =================
8- - pip=21.0.1
9- - python=3.9
8+ - pip=22.2.2
9+ - python=3.9.13
1010 - six=1.16.0
1111 - globus-sdk=3.2.1
1212 - fair-research-login=0.2.0
1313 # Developer Tools
1414 # =================
1515 # If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
16- - black=22.3.0
17- - flake8=3.8.4
18- - flake8-isort=4.0.0
19- - mypy=0.790
20- - pre-commit=2.10.1
16+ - black=22.8.0
17+ - flake8=5.0.4
18+ - flake8-isort=4.2.0
19+ - mypy=0.982
20+ - pre-commit=2.20.0
21+ - tbump=6.9.0
2122 # Documentation
2223 # =================
2324 # If versions are updated, also update in `.github/workflows/workflow.yml`
2425 - jinja2<3.1
25- - sphinx=3.5.1
26- - sphinx_rtd_theme=0.5.1
26+ - sphinx=5.2.3
27+ - sphinx_rtd_theme=1.0.0
2728 # Need to pin docutils because 0.17 has a bug with unordered lists
2829 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
2930 - docutils=0.16
3031 - pip :
3132 - sphinx-multiversion==0.2.4
32- - tbump==6.3.2
3333prefix : /opt/miniconda3/envs/zstash_dev
You can’t perform that action at this time.
0 commit comments