Skip to content

Commit a7d7db5

Browse files
authored
Merge pull request #214 from asherpasha/dev
Working on documentation.
2 parents 0590c92 + 1a9ac7c commit a7d7db5

2 files changed

Lines changed: 23 additions & 24 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2222
formats:
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
2829
python:
2930
install:
3031
- requirements: docs/requirements.txt
31-
- method: pip
32-
path: .

docs/requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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
99
imagesize==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
1515
requests==2.31.0
1616
snowballstemmer==2.2.0
17-
soupsieve==2.4.1
18-
Sphinx==7.2.4
17+
soupsieve==2.5
18+
Sphinx==7.3.7
1919
sphinx-basic-ng==1.0.0b1
2020
sphinx-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
2424
sphinxcontrib-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

0 commit comments

Comments
 (0)