File tree Expand file tree Collapse file tree
postgresql/documentation/sphinx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# serve to show the default value.
1313
1414import sys , os
15- sys .path .insert (0 , '.' )
1615sys .dont_write_bytecode = True
1716
1817# If your extensions are in another directory, add it here. If the directory
1918# is relative to the documentation root, use os.path.abspath to make it
2019# absolute, like shown here.
21- sys .path .insert (0 , os .path .abspath ('../../' ))
20+ sys .path .insert (0 , os .path .abspath ('../../.. ' ))
2221
2322# General configuration
2423# ---------------------
3736master_doc = 'index'
3837
3938# General substitutions.
40- import project
39+ from postgresql import project
4140copyright = '2010, ' + project .author
4241
4342# The default replacements for |version| and |release|, also used in various
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Reference
3232 :maxdepth: 2
3333
3434 bin
35+ modules
3536
3637Sample Code
3738-----------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments