Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More instructions on sphinx generation for extensions #81

Merged
merged 4 commits into from
Feb 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
help more
  • Loading branch information
derekbekoe committed Feb 26, 2018
commit f4cc52ff684a6801600ff0045fbf5a99c1255878
1 change: 1 addition & 0 deletions scripts/refdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Scripts for reference documentation generation for Azure CLI Extensions using [s
2. Inside the Python virtual environment, run `pip install sphinx==1.7.0`
3. Set the environment variable `AZ_EXT_REF_DOC_OUT_DIR` to an empty directory that exists.
4. Run the following script to generate sphinx output for the latest versions of all extensions in the index - `python ./scripts/ci/index_ref_doc.py -v`
5. The sphinx output will be in the directory pointed to by the `AZ_EXT_REF_DOC_OUT_DIR` environment variable.