diff --git a/Makefile b/Makefile
index b9fa825763f21a1574d394ce5d58b8b4c25b5b8f..bd02d687384e5abf4809ea32f1ed9bb8e3732599 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # from the environment for the first two.
 SPHINXOPTS    ?=
 SPHINXBUILD   ?= sphinx-build
-SOURCEDIR     = source
+SOURCEDIR     = docs
 BUILDDIR      = build
 
 # Put it first so that "make" without argument is like "make help".
diff --git a/source/conf.py b/docs/conf.py
similarity index 100%
rename from source/conf.py
rename to docs/conf.py
diff --git a/source/index.rst b/docs/index.rst
similarity index 100%
rename from source/index.rst
rename to docs/index.rst