Skip to content

Commit 40bcff1

Browse files
authored
Merge pull request #618 from SuperCowProducts/patch-1
Add documentation building instructions to README -- Integrate, we will move this to a better location. About #201
2 parents d1c6cff + d553ab7 commit 40bcff1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,3 +821,18 @@ Asprino, Luigi, Enrico Daga, Justin Dowdy, Paul Mulholland, Aldo Gangemi, and Ma
821821
year={2023}
822822
}
823823
```
824+
825+
# Building the documentation
826+
827+
```
828+
# Using `uv` for Python (https://docs.astral.sh/uv/)
829+
uv venv venv-for-mkdocs
830+
source venv-for-mkdocs/bin/activate
831+
uv pip install mkdocs
832+
833+
git clone https://github.com/SPARQL-Anything/sparql.anything.git
834+
cd sparql.anything
835+
uv pip install -r docs/requirements.txt
836+
837+
mkdocs serve
838+
```

0 commit comments

Comments
 (0)