+# Makefile driver for SWH Python modules. DO NOT CHANGE.
+# You can add custom Makefile rules to Makefile.local
+
+include ../Makefile.python
+-include Makefile.local
diff --git a/README.rst b/README.rst
new file mode 120000
index 0000000..cffceba
--- /dev/null
+++ b/README.rst
@@ -0,0 +1 @@
+docs/README.rst
\ No newline at end of file
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..58a761e
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,3 @@
+_build/
+apidoc/
+*-stamp
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 0000000..c30c50a
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1 @@
+include ../../swh-docs/Makefile.sphinx
diff --git a/docs/README.rst b/docs/README.rst
new file mode 100644
index 0000000..1b58ae3
--- /dev/null
+++ b/docs/README.rst
@@ -0,0 +1,15 @@
+.. _swh-loader-bzr:
+
+Software Heritage - Bazaar/Breezy loader
+========================================
+
+Loader for `Bazaar <http://bazaar.canonical.com/en/>`_ and `Breezy <https://www.breezy-vcs.org/>`_ repositories. Breezy is a friendly fork of Bazaar that supports the Bazaar file format and network protocol.