Skip to content

Commit 2bc1710

Browse files
author
Mike
committed
Use generated mkdocs file
Update country library
1 parent df79441 commit 2bc1710

4 files changed

Lines changed: 33 additions & 29 deletions

File tree

documentation/.readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
mkdocs:
4-
configuration: mkdocs.yml
4+
configuration: docs/mkdocs.yml
55
fail_on_warning: false
66

77
build:
@@ -13,5 +13,3 @@ build:
1313
- pip install --upgrade mkdocs
1414
- pip install pydoc-markdown
1515
- pydoc-markdown documentation/pydoc-markdown.yaml
16-
- mv docs/content/* docs
17-
- rmdir docs/content

documentation/pydoc-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ renderer:
1111
output_directory: docs
1212
mkdocs_config:
1313
site_name: HDX Python API
14-
theme: readthedocs
14+
theme: mkdocs
1515
repo_url: "https://github.com/OCHA-DAP/hdx-python-api"
1616
markdown:
1717
source_linker:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"ckanapi >= 4.7",
3838
"defopt >= 6.4.0",
3939
"email_validator",
40-
"hdx-python-country>= 3.5.1",
40+
"hdx-python-country>= 3.5.2",
4141
"makefun",
4242
"ndg-httpsclient",
4343
"pyasn1",

requirements.txt

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,42 @@
44
#
55
# pip-compile --all-extras --output-file=requirements.txt --resolver=backtracking pyproject.toml
66
#
7+
annotated-types==0.5.0
8+
# via pydantic
79
attrs==23.1.0
810
# via
911
# frictionless
1012
# jsonlines
1113
# jsonschema
12-
certifi==2023.5.7
14+
certifi==2023.7.22
1315
# via requests
1416
cffi==1.15.1
1517
# via cryptography
1618
cfgv==3.3.1
1719
# via pre-commit
18-
chardet==5.1.0
20+
chardet==5.2.0
1921
# via frictionless
20-
charset-normalizer==3.1.0
22+
charset-normalizer==3.2.0
2123
# via requests
2224
ckanapi==4.7
2325
# via hdx-python-api (pyproject.toml)
24-
click==8.1.3
26+
click==8.1.6
2527
# via typer
2628
colorama==0.4.6
2729
# via typer
2830
coverage[toml]==7.2.7
2931
# via pytest-cov
30-
cryptography==41.0.1
32+
cryptography==41.0.3
3133
# via pyopenssl
3234
decorator==5.1.1
3335
# via
3436
# jsonpath-ng
3537
# validators
3638
defopt==6.4.0
3739
# via hdx-python-api (pyproject.toml)
38-
distlib==0.3.6
40+
distlib==0.3.7
3941
# via virtualenv
40-
dnspython==2.3.0
42+
dnspython==2.4.1
4143
# via email-validator
4244
docopt==0.6.2
4345
# via
@@ -51,23 +53,23 @@ et-xmlfile==1.1.0
5153
# via openpyxl
5254
filelock==3.12.2
5355
# via virtualenv
54-
frictionless==5.13.1
56+
frictionless==5.15.10
5557
# via hdx-python-utilities
56-
hdx-python-country==3.5.1
58+
hdx-python-country==3.5.2
5759
# via hdx-python-api (pyproject.toml)
58-
hdx-python-utilities==3.6.1
60+
hdx-python-utilities==3.6.2
5961
# via hdx-python-country
60-
humanize==4.6.0
62+
humanize==4.7.0
6163
# via frictionless
62-
identify==2.5.24
64+
identify==2.5.26
6365
# via pre-commit
6466
idna==3.4
6567
# via
6668
# email-validator
6769
# requests
68-
ijson==3.2.2
70+
ijson==3.2.3
6971
# via hdx-python-utilities
70-
inflect==6.0.4
72+
inflect==7.0.0
7173
# via quantulum3
7274
iniconfig==2.0.0
7375
# via pytest
@@ -83,7 +85,7 @@ jsonschema==4.17.3
8385
# via
8486
# frictionless
8587
# tableschema-to-template
86-
libhxl==5.0.1
88+
libhxl==5.0.2
8789
# via hdx-python-country
8890
loguru==0.7.0
8991
# via hdx-python-utilities
@@ -109,7 +111,7 @@ packaging==23.1
109111
# via pytest
110112
petl==1.7.12
111113
# via frictionless
112-
platformdirs==3.8.0
114+
platformdirs==3.10.0
113115
# via virtualenv
114116
pluggy==1.2.0
115117
# via pytest
@@ -127,11 +129,13 @@ pyasn1==0.5.0
127129
# ndg-httpsclient
128130
pycparser==2.21
129131
# via cffi
130-
pydantic==1.10.9
132+
pydantic==2.1.1
131133
# via
132134
# frictionless
133135
# inflect
134-
pygments==2.15.1
136+
pydantic-core==2.4.0
137+
# via pydantic
138+
pygments==2.16.1
135139
# via rich
136140
pyopenssl==23.2.0
137141
# via
@@ -159,7 +163,7 @@ python-slugify==8.0.1
159163
# via
160164
# ckanapi
161165
# frictionless
162-
pyyaml==6.0
166+
pyyaml==6.0.1
163167
# via
164168
# frictionless
165169
# pre-commit
@@ -178,7 +182,7 @@ requests-file==1.5.1
178182
# via hdx-python-utilities
179183
rfc3986==2.0.0
180184
# via frictionless
181-
rich==13.4.2
185+
rich==13.5.2
182186
# via typer
183187
ruamel-yaml==0.17.32
184188
# via hdx-python-utilities
@@ -211,24 +215,26 @@ text-unidecode==1.3
211215
# via python-slugify
212216
typer[all]==0.9.0
213217
# via frictionless
214-
typing-extensions==4.6.3
218+
typing-extensions==4.7.1
215219
# via
216220
# frictionless
221+
# inflect
217222
# pydantic
223+
# pydantic-core
218224
# typer
219225
unidecode==1.3.6
220226
# via
221227
# libhxl
222228
# pyphonetics
223-
urllib3==2.0.3
229+
urllib3==2.0.4
224230
# via
225231
# libhxl
226232
# requests
227233
validators==0.20.0
228234
# via frictionless
229-
virtualenv==20.23.1
235+
virtualenv==20.24.2
230236
# via pre-commit
231-
wheel==0.40.0
237+
wheel==0.41.1
232238
# via libhxl
233239
xlrd==2.0.1
234240
# via hdx-python-utilities

0 commit comments

Comments
 (0)