Skip to content

Commit 09f8580

Browse files
committed
updating local build instructions
1 parent 50651e3 commit 09f8580

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Repository for the sources and published documentation set, versioned for each S
88
* The CmdStan Guide - guide to the reference command-line interface.
99

1010

11+
## Submodule `quarto-config`
12+
13+
Both the Stan website (repository: stan-dev.github.io) and the docs use the same quarto theming from
14+
the repository quarto-config. To build the docs locally, from the `src` subdirectory, clone this repo:
15+
16+
```sh
17+
cd src
18+
git clone https://github.com/stan-dev/quarto-config
19+
```
20+
1121
## Repository directory structure
1222

1323
* `src` : directory of source files for Stan and CmdStan guides and reference manuals, each in its own named subdirectory:

0 commit comments

Comments
 (0)