|
259 | 259 | 'literal-block', |
260 | 260 | ] |
261 | 261 |
|
262 | | -rediraffe_redirects = { |
263 | | - # Splitting builtins from library |
264 | | - "library/functions.rst": "builtins/functions.rst", |
265 | | - "library/stdtypes.rst": "builtins/stdtypes.rst", |
266 | | - "library/constants.rst": "builtins/constants.rst", |
267 | | - "library/exceptions.rst": "builtins/exceptions.rst", |
268 | | - "library/threadsafety.rst": "builtins/threadsafety.rst", |
269 | | - "library/time-complexity.rst": "builtins/time-complexity.rst", |
270 | | -} |
271 | | - |
272 | 262 | # Options for HTML output |
273 | 263 | # ----------------------- |
274 | 264 |
|
|
630 | 620 | '<meta property="og:image:width" content="200">', |
631 | 621 | '<meta property="og:image:height" content="200">', |
632 | 622 | ) |
| 623 | + |
| 624 | +# Options for sphinxext-rediraffe |
| 625 | +# ------------------------------- |
| 626 | + |
| 627 | +rediraffe_redirects = { |
| 628 | + # Splitting builtins from library |
| 629 | + "library/functions.rst": "builtins/functions.rst", |
| 630 | + "library/stdtypes.rst": "builtins/stdtypes.rst", |
| 631 | + "library/constants.rst": "builtins/constants.rst", |
| 632 | + "library/exceptions.rst": "builtins/exceptions.rst", |
| 633 | + "library/threadsafety.rst": "builtins/threadsafety.rst", |
| 634 | + "library/time-complexity.rst": "builtins/time-complexity.rst", |
| 635 | +} |
0 commit comments