]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add README to build the docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 May 2024 12:03:45 +0000 (14:03 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 May 2024 12:03:45 +0000 (14:03 +0200)
Close #821.

docs/README.rst [new file with mode: 0644]

diff --git a/docs/README.rst b/docs/README.rst
new file mode 100644 (file)
index 0000000..2467599
--- /dev/null
@@ -0,0 +1,12 @@
+:orphan:
+
+Psycopg documentation build
+===========================
+
+Quick start::
+
+    make env
+    source .venv/bin/activate
+    make serve
+
+and connect to <http://localhost:8000>.