We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989ad89 commit cc25f16Copy full SHA for cc25f16
.readthedocs.yaml
@@ -21,7 +21,7 @@ build:
21
# the readthedocs environment.
22
- pip install -r devtools/requirements-poetry.in
23
post_install:
24
- - poetry export --only=main --only=docs -o requirements.txt
+ - poetry export --only=main --only=docs --without-hashes -o requirements.txt
25
- pip install --no-cache-dir -r requirements.txt
26
- pip install .
27
- python -c "from rdflib import Graph; print(Graph)"
0 commit comments