Skip to content

Commit 9b91524

Browse files
authored
Make it easier to copy commands from docs README (#16133)
Fixes #16132.
1 parent bf7eab6 commit 9b91524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Install Sphinx and other dependencies (i.e. theme) needed for the documentation.
1515
From the `docs` directory, use `pip`:
1616

1717
```
18-
$ pip install -r requirements-docs.txt
18+
pip install -r requirements-docs.txt
1919
```
2020

2121
Build the documentation like this:
2222

2323
```
24-
$ make html
24+
make html
2525
```
2626

2727
The built documentation will be placed in the `docs/build` directory. Open
@@ -33,13 +33,13 @@ Helpful documentation build commands
3333
Clean the documentation build:
3434

3535
```
36-
$ make clean
36+
make clean
3737
```
3838

3939
Test and check the links found in the documentation:
4040

4141
```
42-
$ make linkcheck
42+
make linkcheck
4343
```
4444

4545
Documentation on Read The Docs

0 commit comments

Comments
 (0)