Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit f58c5cd

Browse files
committed
update developers doc
1 parent 5e2cda5 commit f58c5cd

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

docs/developers.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,11 @@ yaps-roundtrip path/to/file.stan
1818

1919
## Documentation
2020

21-
The documentation is written with Sphinx, using a Markdown parser, and the readthedoc theme.
22-
You thus need to install the following packages:
23-
```
24-
pip install sphinx sphinx_rtd_theme recommonmark
25-
```
26-
27-
Then to generate the documentation:
21+
The documentation is hosted by [ReadTheDocs](https://yaps.readthedocs.io).
22+
To keep the README in sync with the doc:
2823
```
2924
make doc
3025
```
31-
The version number used in the documentation corresponds to the last installed version.
32-
You might want to run `pip install .` before generating the doc.
3326

3427
## Distribution
3528

0 commit comments

Comments
 (0)