Skip to content

Commit

Permalink
[docs] remove unnecessary interactivity in 'docker run' instructions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 31, 2023
1 parent ed0a7f2 commit 5ffd757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ At build time, `configure` will be run and used to create a file `Makevars`, usi
--rm \
-v $(pwd):/opt/LightGBM \
-w /opt/LightGBM \
-t ubuntu:22.04 \
ubuntu:22.04 \
./R-package/recreate-configure.sh
```

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run the following from the root of this repository to pull the relevant image an
--env READTHEDOCS=true \
--workdir=/opt/LightGBM/docs \
--entrypoint="" \
-it readthedocs/build:ubuntu-20.04-2021.09.23 \
readthedocs/build:ubuntu-20.04-2021.09.23 \
/bin/bash build-docs.sh
When that code completes, open ``docs/_build/html/index.html`` in your browser.
Expand Down

0 comments on commit 5ffd757

Please sign in to comment.