Skip to content

Commit d717838

Browse files
authored
docs: add RDF4J Store and Client user docs (#3319)
* chore: delete merged_prs.json * docs: add rdf4j extra when building docs on readthedocs. This is required to ensure MkDocs generate the modules correctly for the RDF4J client reference docs. * docs: add rdf4j store docs * chore: fix docstring reference * docs: add rdf4j client docs * docs: edits and refinements * docs: convert absolute reference to relative * docs: fix small case typo
1 parent 39aaa8c commit d717838

File tree

4 files changed

+415
-4
lines changed

4 files changed

+415
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ build:
2020
# the readthedocs environment.
2121
- pip install -r devtools/requirements-poetry.in
2222
post_install:
23-
- poetry export --only=main --only=docs --without-hashes -o requirements.txt
23+
# rdf4j extra is needed to document the modules in rdflib.contrib.rdf4j
24+
- poetry export --only=main --only=docs --extras=rdf4j --without-hashes -o requirements.txt
2425
- pip install --no-cache-dir -r requirements.txt
2526
- pip install .
2627

0 commit comments

Comments
 (0)