Skip to content

Commit 4c19f68

Browse files
Added multiversion command to CircleCI and README.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent c148def commit 4c19f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ references:
2323
make_docs: &make_docs
2424
run:
2525
command: |
26-
make html
26+
make multiversion
2727
store_docs: &store_docs
2828
store_artifacts:
2929
path: _build/html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip3 install -r requirements.txt
3131
```
3232

3333
### Build the Docs
34-
Build the docs locally with `make html` and you'll find the built docs entry point in `_build/html/index.html`.
34+
Build the docs locally with `make multiversion` and you'll find the built docs entry point in `_build/html/index.html`.
3535

3636
Any images, diagrams, or videos are subject to their own copyrights, trademarks, and licenses.
3737

0 commit comments

Comments
 (0)