Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 2208f39

Browse files
author
Allan Day
committed
README: add basic build instruction
1 parent 41672cd commit 2208f39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
Granite.code user documentation website. Content is written in Markdown. Static HTML site is generated using Sphinx.
44

5+
## Building
6+
7+
To build this site locally, run:
8+
9+
```
10+
sphinx-build -j auto -b html docs build
11+
```

0 commit comments

Comments
 (0)