Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
b9f565ea
Commit
b9f565ea
authored
Jan 29, 2012
by
Benoit Bryon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced 'cd docs && make html' by 'make documentation' in docs/dev/documentation.
parent
e26559ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
docs/dev/documentation.rst
+9
-6
No files found.
docs/dev/documentation.rst
View file @
b9f565ea
...
...
@@ -115,15 +115,18 @@ In other cases, please refer to `Python-sphinx`_ documentation.
Export documentation to HTML
============================
.. highlight:: sh
* Install `Python-sphinx`_.
* Make sure sphinx-build is in your shell's $PATH. If you are using virtualenv
as told in :doc:`/dev/install`, then **activate your virtual environment**.
* Go to lettuce folder and use the provided Makefile:
::
.. highlight:: sh
::
cd docs/
make html
cd ..
make documentation
HTML documentation is exported to docs/_build/html/.
*
HTML documentation is exported to docs/_build/html/.
**********
References
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment