You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ http://cabal.readthedocs.io/
11
11
12
12
### How to build it
13
13
14
-
Building the documentation requires Python 3 and PIP. From the root of cabal
15
-
repository run:
14
+
Building the documentation requires Python 3 and PIP. Run the following command either from the root of the cabal repository or from the `docs/` subdirectory:
16
15
17
16
```console
18
17
make users-guide
@@ -33,7 +32,7 @@ generation step run
33
32
> make users-guide-requirements
34
33
```
35
34
36
-
in the root of the repository.
35
+
either from the root of the cabal repository or from the `docs/` subdirectory.
37
36
38
37
Note that generating `requirements.txt` is sensitive to the Python version.
39
38
The version currently used is stamped at the top of `requirements.txt`.
0 commit comments