|
21 | 21 |
|
22 | 22 | # -- Project information ----------------------------------------------------- |
23 | 23 |
|
24 | | -project = 'pyTerminalUI' |
| 24 | +project = 'pyTooling.TerminalUI' |
25 | 25 | copyright = '2007-2021, Patrick Lehmann' |
26 | 26 | author = 'Patrick Lehmann' |
27 | 27 |
|
28 | 28 | # The full version, including alpha/beta/rc tags |
29 | | -release = 'v1.4' |
| 29 | +release = 'v1.5' |
30 | 30 |
|
31 | 31 |
|
32 | 32 | # -- General configuration --------------------------------------------------- |
|
97 | 97 | # ============================================================================== |
98 | 98 | intersphinx_mapping = { |
99 | 99 | 'python': ('https://docs.python.org/3', None), |
100 | | - 'pyExceptions': ('http://pyExceptions.readthedocs.io/en/latest', None), |
101 | | - 'pyMetaClasses': ('http://pyMetaClasses.readthedocs.io/en/latest', None), |
| 100 | + 'pyTooling': ('http://pyTooling.github.io/pyTooling', None), |
102 | 101 | } |
103 | 102 |
|
104 | 103 |
|
|
113 | 112 | # Sphinx.Ext.ExtLinks |
114 | 113 | # ============================================================================== |
115 | 114 | extlinks = { |
116 | | - 'issue': ('https://github.com/Paebbels/pyTerminalUI/issues/%s', 'issue #'), |
117 | | - 'pull': ('https://github.com/Paebbels/pyTerminalUI/pull/%s', 'pull request #'), |
118 | | - 'src': ('https://github.com/Paebbels/pyTerminalUI/blob/master/pyTerminalUI/%s?ts=2', None), |
119 | | -# 'tests': ('https://github.com/Paebbels/pyCallBy/blob/master/test/%s?ts=2', None) |
| 115 | + 'issue': ('https://github.com/pyTooling/pyTooling,TerminalUI/issues/%s', 'issue #'), |
| 116 | + 'pull': ('https://github.com/pyTooling/pyTooling,TerminalUI/pull/%s', 'pull request #'), |
| 117 | + 'src': ('https://github.com/pyTooling/pyTooling,TerminalUI/blob/master/pyTooling,TerminalUI/%s?ts=2', None), |
| 118 | +# 'tests': ('https://github.com/pyTooling/pyCallBy/blob/master/test/%s?ts=2', None) |
120 | 119 | } |
121 | 120 |
|
122 | 121 |
|
|
0 commit comments