File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11
11
- " docs/**"
12
12
- " README.md"
13
13
- " .readthedocs.yaml"
14
- - " requirements-docs.txt"
15
14
push :
16
15
branches :
17
16
- main
21
20
- " docs/**"
22
21
- " README.md"
23
22
- " .readthedocs.yaml"
24
- - " requirements-docs.txt"
25
23
workflow_dispatch :
26
24
27
25
jobs :
44
42
- name : Install Doc Dependencies 📦
45
43
run : |
46
44
pip install --upgrade pip
47
- pip install --upgrade -r requirements- docs.txt
45
+ pip install --upgrade -r docs/requirements .txt
48
46
49
47
- name : Build Documentation 📖
50
48
run : make docs
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ sphinx:
27
27
# Optionally declare the Python requirements required to build your docs
28
28
python :
29
29
install :
30
- - requirements : requirements- docs.txt
30
+ - requirements : docs/requirements .txt
Original file line number Diff line number Diff line change 63
63
# so a file named "default.css" will overwrite the builtin "default.css".
64
64
html_static_path = ["_static" ]
65
65
66
- # File above was generated using sphinx 4.3.2 with this command:
66
+ # File above was generated using sphinx 4.5.0 with this command:
67
67
# sphinx-quickstart --project "docker-stacks" --author "Project Jupyter" -v "latest" -r "latest" -l en --no-sep --no-makefile --no-batchfile
68
68
# These are custom options for this project
69
69
Original file line number Diff line number Diff line change 1
1
# ReadTheDocs environment contains old package versions preinstalled
2
2
# So, to ensure we have modern packages, we pin minimum versions of the packages we need
3
- docutils>=0.17
4
- myst-parser>=0.16.1
5
- sphinx>=4.4 .0
6
- sphinx-book-theme>=0.3.2
3
+ docutils >= 0.17.1
4
+ myst-parser >= 0.18.0
5
+ sphinx >= 4.5 .0
6
+ sphinx-book-theme >= 0.3.3
7
7
sphinx-copybutton >= 0.5.0
You can’t perform that action at this time.
0 commit comments