Unverified Commit 963abb67 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

no need for http server (#3689)

parent f85996ed
...@@ -123,15 +123,7 @@ cd docs ...@@ -123,15 +123,7 @@ cd docs
make html make html
``` ```
#### Local deployment Then open `docs/build/html/index.html` in your favorite browser.
Please, use python 3.X for the command below:
```bash
cd docs/build/html
python -m http.server <port>
# e.g. python -m http.server 1234
```
Then open the browser at `0.0.0.0:<port>` (e.g. `0.0.0.0:1234`)
### New model ### New model
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment