File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Forums: https://forums.anki.com/
1515
1616You can follow steps [ here] ( https://developer.anki.com/vector/docs/index.html ) to set up your Vector robot with the SDK.
1717
18+ You can also generate a local copy of the SDK documetation by
19+ following the instructions in the ` docs ` folder of this project.
20+
1821
1922## Privacy Policy and Terms and Conditions
2023
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ so changes to the source code will be reflected in docs builds.
77
88To update and build the docs, follow the steps below.
99
10+ ## Installing sphinx
11+
12+ The
13+ [ Sphinx Documetation Generator] ( https://www.sphinx-doc.org/en/master/ )
14+ is used to build the docs. You'll need to have it installed on your
15+ system with ` pip install -r requirements.txt ` using the
16+ ` requirements.txt ` file in this directory and not the main project directory.
17+
1018## Updating the Docs
1119
1220There are a few files that are not automatically generated and reside in ` source ` . For example,
@@ -22,3 +30,6 @@ the html version of the docs.
2230make clean
2331make html
2432```
33+
34+ You will now have an offline copy of the documetation that can be
35+ accessed by opening ` .build/html/index.html `
Original file line number Diff line number Diff line change 1+ sphinx
2+ sphinx-autodoc-typehints
3+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments