Skip to content

Commit 3f29bea

Browse files
committed
Broken link, odd API doc issue with private members now not shown in mkdocs, make RTD use mkdocs --strict
1 parent 8db4491 commit 3f29bea

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ build:
2525

2626
mkdocs:
2727
configuration: mkdocs.yml
28+
fail_on_warning: true
2829

docs/data_managers/using_safedata/posting_metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ safedata_server post_metadata zenodo_1143714.json Example.json
3434

3535
The metadata server is also used to distribute some of the validation resources used
3636
both `safedata_validator` and `safedata`, including the
37-
[gazetteer](../install/gazetteer.md) and the [Project ID
37+
[gazetteer files](../install/gazetteer_files.md) and the [Project ID
3838
database](../install/configuration.md#validation-configuration). When you update these
3939
resources for validation locally, those new data also need to be posted to the metadata
4040
server. There are no command line arguments for this command - it simply updates the

docs/developers/api/taxa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
options:
2020
show_root_heading: True
2121
header_level: 3
22+
members: true
2223
filters: ["!__del__"]
2324

2425
::: safedata_validator.taxa.GBIFError
@@ -37,6 +38,7 @@
3738
options:
3839
show_root_heading: True
3940
header_level: 3
41+
members: true
4042
filters: ["!__del__"]
4143

4244
::: safedata_validator.taxa.NCBIError

0 commit comments

Comments
 (0)