Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit fbf89d7

Browse files
committed
Updated docs
1 parent 2c1f3b2 commit fbf89d7

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

docs/requirements.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
alabaster==0.7.13
2+
Babel==2.15.0
3+
beautifulsoup4==4.12.3
4+
certifi==2024.2.2
5+
charset-normalizer==3.3.2
6+
docutils==0.20.1
7+
furo==2024.5.6
8+
idna==3.7
9+
imagesize==1.4.1
10+
importlib_metadata==7.1.0
11+
Jinja2==3.1.4
12+
joblib==1.4.2
13+
MarkupSafe==2.1.5
14+
numpy==1.24.4
15+
packaging==24.0
16+
pandas==2.0.3
17+
pybind11==2.12.0
18+
Pygments==2.18.0
19+
python-dateutil==2.9.0.post0
20+
pytz==2024.1
21+
requests==2.32.2
22+
scikit-learn==1.3.2
23+
scipy==1.10.1
24+
six==1.16.0
25+
snowballstemmer==2.2.0
26+
soupsieve==2.5
27+
Sphinx==7.1.2
28+
sphinx-basic-ng==1.0.0b2
29+
sphinxcontrib-applehelp==1.0.4
30+
sphinxcontrib-devhelp==1.0.2
31+
sphinxcontrib-htmlhelp==2.0.1
32+
sphinxcontrib-jsmath==1.0.1
33+
sphinxcontrib-qthelp==1.0.3
34+
sphinxcontrib-serializinghtml==1.1.5
35+
threadpoolctl==3.5.0
36+
tzdata==2024.1
37+
urllib3==2.2.1
38+
zipp==3.18.2

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# For the full list of built-in configuration values, see the documentation:
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
55

6-
import os
7-
import sys
8-
sys.path.insert(0, os.path.abspath('.'))
6+
# import os
7+
# import sys
8+
# sys.path.insert(0, os.path.abspath('../..'))
99

1010
# -- Project information -----------------------------------------------------
1111
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

0 commit comments

Comments
 (0)