CVSとの Hybrid¶
LastUpdated: $IsoDate$
CVS checkout¶
commands:
> mkdir ~/work_hg/`whoami`/documents
> cd ~/work_hg/`whoami`/documents/
> cvs checkout sample-cvs
make index.rst¶
commands:
> mkdir rst
> cd rst/
> sphinx-quickstart
> Project name:
> Author name(s):
> Project version:
modify Makefile¶
Makefile:
- BUILDDIR = _build
+ BUILDDIR = ../doc-new
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/html.
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/.