Skip to content

Commit 4f489b2

Browse files
committed
docs: remove whitespaces (for pre-commit)
Signed-off-by: AJedancov <andrei.jedancov@gmail.com>
1 parent cb435f0 commit 4f489b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ pip3 install -r requirements.txt
3333
### Build the Docs
3434
Build the docs locally with `make html` and you'll find the built docs entry point in `_build/html/index.html`.
3535

36-
To automate the build process, you can use a [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) package.
36+
To automate the build process, you can use a [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) package. \
3737
Run this command from the virtual environment to build the documentation and start a server:
3838

3939
```bash
4040
sphinx-autobuild . ./_build/html
4141
```
4242
For more options for the command, see the documentation linked above.
4343

44-
Now you can access the page using the local address: http://127.0.0.1:8000.
44+
Now you can access the page using the local address: http://127.0.0.1:8000. \
4545
After saving any changes, the documentation will be automatically rebuilt and displayed.
4646

4747
Any images, diagrams, or videos are subject to their own copyrights, trademarks, and licenses.

0 commit comments

Comments
 (0)