From: Daniele Varrazzo Date: Tue, 14 May 2024 12:03:45 +0000 (+0200) Subject: docs: add README to build the docs X-Git-Tag: 3.2.0~31 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=939dbb9662f021a7b3d28cd9bfbc920c0e5c41ec;p=thirdparty%2Fpsycopg.git docs: add README to build the docs Close #821. --- diff --git a/docs/README.rst b/docs/README.rst new file mode 100644 index 000000000..24675995f --- /dev/null +++ b/docs/README.rst @@ -0,0 +1,12 @@ +:orphan: + +Psycopg documentation build +=========================== + +Quick start:: + + make env + source .venv/bin/activate + make serve + +and connect to .