Skip to content
Snippets Groups Projects
Commit 9215c10c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add README.md with sphinx-autobuild

parent 6ac28a15
No related branches found
No related tags found
No related merge requests found
Pipeline #150087 passed
# https://hub.pages.pasteur.fr/strass/index.html
# How to work in it
Quick setup
```sh
cd docs
virtualenv .venv -p python3
source .venv/bin/activate
pip install -r requirements.txt
```
And then you are able to host the doc locally to directly see your changes (at each save).
To do so, use:
```sh
sphinx-autobuild . build/html --port 8044
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment