File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,16 @@ sphinx:
1616 # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
1717 # builder: "dirhtml"
1818 # Fail on all warnings to avoid broken references
19- fail_on_warning : true
19+ # fail_on_warning: true
2020
2121# Optionally build your docs in additional formats such as PDF and ePub
2222formats :
2323 - pdf
24+ - epub
2425
2526# Optional but recommended, declare the Python requirements required
2627# to build your documentation
2728# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2829python :
2930 install :
3031 - requirements : docs/requirements.txt
31- - method : pip
32- path : .
Original file line number Diff line number Diff line change 1- alabaster == 0.7.13
2- Babel == 2.12.1
3- beautifulsoup4 == 4.12.2
4- certifi == 2023.7.22
5- charset-normalizer == 3.2.0
6- docutils == 0.20.1
7- furo == 2023.8.19
8- idna == 3.4
1+ alabaster == 0.7.16
2+ Babel == 2.14.0
3+ beautifulsoup4 == 4.12.3
4+ certifi == 2024.2.2
5+ charset-normalizer == 3.3.2
6+ docutils == 0.21.2
7+ furo == 2024.1.29
8+ idna == 3.7
99imagesize == 1.4.1
10- Jinja2 == 3.1.2
11- MarkupSafe == 2.1.3
12- packaging == 23.1
13- Pygments == 2.16.1
14- pytz == 2023.3
10+ Jinja2 == 3.1.3
11+ MarkupSafe == 2.1.5
12+ packaging == 24.0
13+ Pygments == 2.17.2
14+ pytz == 2024.1
1515requests == 2.31.0
1616snowballstemmer == 2.2.0
17- soupsieve == 2.4.1
18- Sphinx == 7.2.4
17+ soupsieve == 2.5
18+ Sphinx == 7.3.7
1919sphinx-basic-ng == 1.0.0b1
2020sphinx-copybutton == 0.5.2
21- sphinxcontrib-applehelp == 1.0.7
22- sphinxcontrib-devhelp == 1.0.5
23- sphinxcontrib-htmlhelp == 2.0.4
21+ sphinxcontrib-applehelp == 1.0.8
22+ sphinxcontrib-devhelp == 1.0.6
23+ sphinxcontrib-htmlhelp == 2.0.5
2424sphinxcontrib-jsmath == 1.0.1
25- sphinxcontrib-qthelp == 1.0.6
26- sphinxcontrib-serializinghtml == 1.1.9
27- urllib3 == 2.0.4
25+ sphinxcontrib-qthelp == 1.0.7
26+ sphinxcontrib-serializinghtml == 1.1.10
27+ urllib3 == 2.2.1
You can’t perform that action at this time.
0 commit comments