Skip to content

Files

Latest commit

3c7889b · Jan 4, 2025

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 11, 2024
Jan 27, 2020
Feb 25, 2023
Apr 17, 2023
Dec 31, 2019
Dec 2, 2017
Dec 2, 2017
Jan 4, 2025
Mar 26, 2022
Oct 3, 2023

How to build psycopg documentation

Building the documentation usually requires building the library too for introspection, so you will need the same prerequisites. The only extra prerequisite is virtualenv: the packages needed to build the docs will be installed when building the env.

Build the env once with:

make env

Then you can build the documentation with:

make

You should find the rendered documentation in the html directory.