Skip to content

Commit

Permalink
Make it easier to copy commands from docs README (#16133)
Browse files Browse the repository at this point in the history
Fixes #16132.
  • Loading branch information
hamirmahal committed Sep 17, 2023
1 parent bf7eab6 commit 9b91524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Expand Up @@ -15,13 +15,13 @@ Install Sphinx and other dependencies (i.e. theme) needed for the documentation.
From the `docs` directory, use `pip`:

```
$ pip install -r requirements-docs.txt
pip install -r requirements-docs.txt
```

Build the documentation like this:

```
$ make html
make html
```

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

```
$ make clean
make clean
```

Test and check the links found in the documentation:

```
$ make linkcheck
make linkcheck
```

Documentation on Read The Docs
Expand Down

0 comments on commit 9b91524

Please sign in to comment.