Skip to content

Commit b07a1e8

Browse files
Merge pull request #444 from DataverseLabs/dev
Updated read the docs settings and github settings
2 parents 0f8cc40 + c007a7a commit b07a1e8

File tree

3 files changed

+173
-4
lines changed

3 files changed

+173
-4
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.ipynb linguist-detectable=false
2+
*.html linguist-detectable=false

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
12-
python: "3.10"
12+
python: "3.12"
1313

1414
# Build documentation in the docs_oldies/ directory with Sphinx
1515
sphinx:
@@ -29,5 +29,3 @@ python:
2929
- requirements: docs/requirements.txt
3030
- method: pip
3131
path: .
32-
extra_requirements:
33-
- docs

docs/requirements.txt

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
accessible-pygments==0.0.5
2+
alabaster==1.0.0
3+
annotated-types==0.7.0
4+
anyio==4.7.0
5+
appnope==0.1.4
6+
argon2-cffi==23.1.0
7+
argon2-cffi-bindings==21.2.0
8+
arrow==1.3.0
9+
asttokens==3.0.0
10+
async-lru==2.0.4
11+
attrs==24.3.0
12+
babel==2.16.0
13+
beautifulsoup4==4.12.3
14+
bleach==6.2.0
15+
build==1.2.2.post1
16+
certifi==2024.12.14
17+
cffi==1.17.1
18+
charset-normalizer==3.4.1
19+
click==8.1.8
20+
cloudpickle==3.1.0
21+
comm==0.2.2
22+
contourpy==1.3.1
23+
coverage==7.8.0
24+
cycler==0.12.1
25+
dask==2023.3.2
26+
debugpy==1.8.11
27+
decorator==5.1.1
28+
defusedxml==0.7.1
29+
deprecation==2.1.0
30+
descartes==1.1.0
31+
docutils==0.21.2
32+
executing==2.1.0
33+
fastjsonschema==2.21.1
34+
fonttools==4.55.3
35+
fqdn==1.5.1
36+
fsspec==2024.12.0
37+
geopandas==1.0.1
38+
h11==0.14.0
39+
httpcore==1.0.7
40+
httpx==0.28.1
41+
idna==3.10
42+
imagesize==1.4.1
43+
importlib_metadata==8.5.0
44+
iniconfig==2.0.0
45+
ipykernel==6.29.5
46+
ipython==8.31.0
47+
isoduration==20.11.0
48+
jaraco.classes==3.4.0
49+
jaraco.context==6.0.1
50+
jaraco.functools==4.1.0
51+
jedi==0.19.2
52+
Jinja2==3.1.5
53+
joblib==1.4.2
54+
json5==0.10.0
55+
jsonpointer==3.0.0
56+
jsonschema==4.23.0
57+
jsonschema-specifications==2024.10.1
58+
jupyter-events==0.11.0
59+
jupyter-lsp==2.2.5
60+
jupyter_client==8.6.3
61+
jupyter_core==5.7.2
62+
jupyter_server==2.15.0
63+
jupyter_server_terminals==0.5.3
64+
jupyterlab==4.3.4
65+
jupyterlab_pygments==0.3.0
66+
jupyterlab_server==2.27.3
67+
keyring==25.6.0
68+
kiwisolver==1.4.8
69+
locket==1.0.0
70+
markdown-it-py==3.0.0
71+
MarkupSafe==3.0.2
72+
matplotlib==3.10.0
73+
matplotlib-inline==0.1.7
74+
mdurl==0.1.2
75+
mistune==3.1.0
76+
more-itertools==10.5.0
77+
nbclient==0.10.2
78+
nbconvert==7.16.5
79+
nbformat==5.10.4
80+
nbsphinx==0.9.6
81+
nest-asyncio==1.6.0
82+
nh3==0.2.20
83+
notebook==7.3.2
84+
notebook_shim==0.2.4
85+
numpy==1.26.4
86+
numpydoc==1.8.0
87+
overrides==7.7.0
88+
packaging==24.2
89+
pandas==2.2.3
90+
pandocfilters==1.5.1
91+
parso==0.8.4
92+
partd==1.4.2
93+
pexpect==4.9.0
94+
pillow==11.1.0
95+
pkginfo==1.12.0
96+
platformdirs==4.3.6
97+
pluggy==1.5.0
98+
prettytable==3.12.0
99+
prometheus_client==0.21.1
100+
prompt_toolkit==3.0.48
101+
psutil==6.1.1
102+
ptyprocess==0.7.0
103+
pure_eval==0.2.3
104+
pyarrow==18.1.0
105+
pycparser==2.22
106+
pydantic==2.10.4
107+
pydantic_core==2.27.2
108+
pydata-sphinx-theme==0.16.1
109+
Pygments==2.18.0
110+
pylibtiff==0.6.1
111+
pyogrio==0.10.0
112+
pyparsing==3.2.1
113+
pyproj==3.7.0
114+
pyproject_hooks==1.2.0
115+
pytest==8.3.4
116+
pytest-cov==6.1.0
117+
python-dateutil==2.9.0.post0
118+
python-json-logger==3.2.1
119+
pytz==2024.2
120+
PyYAML==6.0.2
121+
pyzmq==26.2.0
122+
readme_renderer==44.0
123+
referencing==0.35.1
124+
requests==2.32.3
125+
requests-toolbelt==1.0.0
126+
rfc3339-validator==0.1.4
127+
rfc3986==2.0.0
128+
rfc3986-validator==0.1.1
129+
rich==13.9.4
130+
rpds-py==0.22.3
131+
Rtree==1.3.0
132+
scalene==1.5.51
133+
scikit-learn==1.6.0
134+
scipy==1.15.0
135+
Send2Trash==1.8.3
136+
setuptools==75.6.0
137+
shapely==2.0.6
138+
six==1.17.0
139+
sniffio==1.3.1
140+
snowballstemmer==2.2.0
141+
soupsieve==2.6
142+
Sphinx==8.1.3
143+
sphinx-copybutton==0.5.2
144+
sphinxcontrib-applehelp==2.0.0
145+
sphinxcontrib-devhelp==2.0.0
146+
sphinxcontrib-htmlhelp==2.1.0
147+
sphinxcontrib-jsmath==1.0.1
148+
sphinxcontrib-qthelp==2.0.0
149+
sphinxcontrib-serializinghtml==2.0.0
150+
stack-data==0.6.3
151+
tabulate==0.9.0
152+
terminado==0.18.1
153+
threadpoolctl==3.5.0
154+
tinycss2==1.4.0
155+
toolz==1.0.0
156+
tornado==6.4.2
157+
tqdm==4.67.1
158+
traitlets==5.14.3
159+
twine==6.0.1
160+
types-python-dateutil==2.9.0.20241206
161+
typing_extensions==4.12.2
162+
tzdata==2024.2
163+
uri-template==1.3.0
164+
urllib3==2.3.0
165+
wcwidth==0.2.13
166+
webcolors==24.11.1
167+
webencodings==0.5.1
168+
websocket-client==1.8.0
169+
wheel==0.45.1
170+
zipp==3.21.0

0 commit comments

Comments
 (0)