Skip to content

Commit 4b8cd03

Browse files
committedFeb 2, 2024
add yaml file
1 parent 319951c commit 4b8cd03

File tree

2 files changed

+35
-88
lines changed

2 files changed

+35
-88
lines changed
 

Diff for: ‎.readthedocs.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
# You can also specify other tool versions:
14+
# nodejs: "19"
15+
# rust: "1.64"
16+
# golang: "1.19"
17+
18+
# Build documentation in the "docs/" directory with Sphinx
19+
sphinx:
20+
configuration: docs/source/conf.py
21+
22+
# Optionally build your docs in additional formats such as PDF and ePub
23+
# Build all formats
24+
formats: all
25+
26+
# Optional but recommended, declare the Python requirements required
27+
# to build your documentation
28+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29+
python:
30+
install:
31+
- requirements: docs/requirements.txt

Diff for: ‎docs/requirements.txt

+4-88
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,4 @@
1-
alabaster==0.7.12
2-
altgraph==0.17
3-
argh==0.26.2
4-
awscli==1.18.124
5-
Babel==2.7.0
6-
beautifulsoup4==4.9.3
7-
bitstring==3.1.7
8-
boto3==1.14.34
9-
botocore==1.17.47
10-
certifi==2019.3.9
11-
cffi==1.14.5
12-
chardet==3.0.4
13-
click==7.1.2
14-
colorama==0.4.1
15-
commonmark==0.9.1
16-
cryptography==3.4.7
17-
Django==2.2.7
18-
docutils==0.15.2
19-
ecdsa==0.16.1
20-
esptool==3.0
21-
furo==2021.4.11b34
22-
future==0.18.2
23-
idna==2.8
24-
imagesize==1.1.0
25-
importlib-metadata==2.0.0
26-
Jinja2==2.10.3
27-
jmespath==0.10.0
28-
joblib==0.17.0
29-
karma-sphinx-theme==0.0.8
30-
livereload==2.6.1
31-
lunr==0.5.8
32-
Markdown==3.3.3
33-
MarkupSafe==1.1.1
34-
mkdocs==1.1.2
35-
mysql-connector==2.2.9
36-
nltk==3.5
37-
numpy==1.19.1
38-
opencv-python==4.4.0.40
39-
packaging==19.2
40-
pandas==1.1.1
41-
pathtools==0.1.2
42-
pefile==2019.4.18
43-
Pillow==7.2.0
44-
port-for==0.3.1
45-
pyasn1==0.4.8
46-
pycparser==2.20
47-
pygame==1.9.6
48-
Pygments==2.4.2
49-
PyInstaller==3.6
50-
PyMySQL==0.9.3
51-
pyparsing==2.4.2
52-
PyQt5==5.10.1
53-
PyQt5-sip==12.8.1
54-
pyserial==3.5
55-
python-dateutil==2.8.0
56-
python-magic==0.4.15
57-
pytz==2019.3
58-
pywin32-ctypes==0.2.0
59-
PyYAML==5.1.2
60-
recommonmark==0.6.0
61-
reedsolo==1.5.4
62-
regex==2020.10.23
63-
requests==2.21.0
64-
rsa==4.5
65-
s3cmd==2.0.2
66-
s3transfer==0.3.3
67-
sip==4.19.8
68-
six==1.12.0
69-
snowballstemmer==2.0.0
70-
soupsieve==2.2.1
71-
Sphinx==3.5.4
72-
sphinx-autobuild==0.7.1
73-
sphinx-notfound-page==0.6
74-
sphinx-rtd-theme==0.4.3
75-
sphinxcontrib-applehelp==1.0.1
76-
sphinxcontrib-devhelp==1.0.1
77-
sphinxcontrib-htmlhelp==1.0.2
78-
sphinxcontrib-jsmath==1.0.1
79-
sphinxcontrib-qthelp==1.0.2
80-
sphinxcontrib-serializinghtml==1.1.3
81-
spi==0.2.0
82-
sqlparse==0.3.0
83-
tornado==6.0.3
84-
tqdm==4.51.0
85-
urllib3==1.24.2
86-
watchdog==0.9.0
87-
you-get==0.4.1475
88-
zipp==3.4.0
1+
# Defining the exact version will make sure things don't break
2+
sphinx==5.3.0
3+
sphinx_rtd_theme==1.1.1
4+
readthedocs-sphinx-search==0.1.1

0 commit comments

Comments
 (0)