File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3232 fetch-depth : 1
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ' 3.11'
3838
Original file line number Diff line number Diff line change 2626 fetch-depth : 1
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ' 3.11'
3232
Original file line number Diff line number Diff line change 1+ ---
12# Read the Docs configuration file
23# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
34
@@ -17,9 +18,9 @@ sphinx:
1718
1819# Optionally build your docs in additional formats such as PDF
1920formats :
20- - pdf
21+ - pdf
2122
2223# Optionally set the version of Python and requirements required to build your docs
2324python :
2425 install :
25- - requirements : requirements.txt
26+ - requirements : requirements.txt
You can’t perform that action at this time.
0 commit comments