File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11version : 2
2-
2+ formats :
3+ - epub
4+ - htmlzip
5+ - pdf
36sphinx :
47 configuration : source/conf.py
58
69build :
7- os : " ubuntu-22 .04"
10+ os : ' ubuntu-24 .04'
811 tools :
9- python : " 3.11"
12+ python : ' 3.13'
13+ apt_packages :
14+ - texlive-latex-extra
15+ - texlive-fonts-recommended
16+ - latexmk
1017
1118python :
1219 install :
1320 - requirements : requirements.txt
14-
15- sphinx :
16- configuration : source/conf.py
Original file line number Diff line number Diff line change 1- docutils == 0.20.1
2- Sphinx == 7 .2.6
3- sphinx-rtd-theme == 2 .0.0
1+ docutils == 0.22.2
2+ Sphinx == 8 .2.3
3+ sphinx-rtd-theme == 3 .0.2
44readthedocs-sphinx-ext == 2.2.5
5- Jinja2 == 3.1.5
5+ Jinja2 == 3.1.6
Original file line number Diff line number Diff line change 189189# -- Options for intersphinx extension ---------------------------------------
190190
191191# Example configuration for intersphinx: refer to the Python standard library.
192- intersphinx_mapping = {'https://docs.python.org/' : None }
192+ intersphinx_mapping = {'python' : ( ' https://docs.python.org/3' , None ) }
193193
194194# -- Options for todo extension ----------------------------------------------
195195
You can’t perform that action at this time.
0 commit comments