We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7eab6 commit 9b91524Copy full SHA for 9b91524
docs/README.md
@@ -15,13 +15,13 @@ Install Sphinx and other dependencies (i.e. theme) needed for the documentation.
15
From the `docs` directory, use `pip`:
16
17
```
18
-$ pip install -r requirements-docs.txt
+pip install -r requirements-docs.txt
19
20
21
Build the documentation like this:
22
23
24
-$ make html
+make html
25
26
27
The built documentation will be placed in the `docs/build` directory. Open
@@ -33,13 +33,13 @@ Helpful documentation build commands
33
Clean the documentation build:
34
35
36
-$ make clean
+make clean
37
38
39
Test and check the links found in the documentation:
40
41
42
-$ make linkcheck
+make linkcheck
43
44
45
Documentation on Read The Docs
0 commit comments