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
sub-heading
  • Loading branch information
derekbekoe committed Feb 26, 2018
commit e282ebd4518d8345310ac45fba0aef0bffb08724
2 changes: 1 addition & 1 deletion scripts/refdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Scripts for reference documentation generation for Azure CLI Extensions using [s

1. By default, the XML output is stored in `ref-doc-out-*/ind.xml`

# Generating Sphinx output for the latest version of all extensions in index #
## Generating Sphinx output for the latest version of all extensions in index ##

1. Ensure the CLI is installed in your Python virtual environment.
2. Inside the Python virtual environment, run `pip install sphinx==1.7.0`
Expand Down