diff options
author | Tarek Ziadé <tarek@ziade.org> | 2009-07-17 14:38:02 +0200 |
---|---|---|
committer | Tarek Ziadé <tarek@ziade.org> | 2009-07-17 14:38:02 +0200 |
commit | 8f8af6ab1d828d557dad61375eb520f3f12ad496 (patch) | |
tree | 27976d2a21f2e9655bd5871bd6c87763e55a53d3 | |
parent | 5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded (diff) | |
download | external_python_setuptools-8f8af6ab1d828d557dad61375eb520f3f12ad496.tar.gz external_python_setuptools-8f8af6ab1d828d557dad61375eb520f3f12ad496.tar.bz2 external_python_setuptools-8f8af6ab1d828d557dad61375eb520f3f12ad496.zip |
moved the docs in one single dir
--HG--
branch : distribute
extra : rebase_source : 55ccc499af54a290bd912072dae61e7c8c05736c
-rw-r--r-- | docs/Makefile | 2 | ||||
-rw-r--r-- | docs/conf.py (renamed from docs/source/conf.py) | 0 | ||||
-rw-r--r-- | docs/index.txt (renamed from docs/source/index.txt) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 39fe377f..30bf10a9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ PAPER = # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source +ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . .PHONY: help clean html web pickle htmlhelp latex changes linkcheck diff --git a/docs/source/conf.py b/docs/conf.py index 74bc7a6c..74bc7a6c 100644 --- a/docs/source/conf.py +++ b/docs/conf.py diff --git a/docs/source/index.txt b/docs/index.txt index 0bb01739..0bb01739 100644 --- a/docs/source/index.txt +++ b/docs/index.txt |