-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[master,README][xs]: note about how to build docs with note about nee…
…d to init submodule.
- Loading branch information
1 parent
0ab99cf
commit 69d7f18
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,19 @@ http://ckan.org/. | |
* Developer mailing list: [email protected] | ||
* Issue tracker: http://trac.ckan.org/ | ||
|
||
Building Documentation | ||
====================== | ||
|
||
1. Install python-sphinx | ||
|
||
2. Initialize the theme submodule:: | ||
|
||
git submodule init | ||
git submodule update | ||
|
||
3. Run the command to build the docs:: | ||
|
||
python setup.py build_sphinx | ||
|
||
Copying and License | ||
=================== | ||
|