Skip to content

Commit

Permalink
Preparing for 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Mar 18, 2024
1 parent 957a972 commit bd3c6d4
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 342 deletions.
280 changes: 0 additions & 280 deletions docs/code_ext.py

This file was deleted.

3 changes: 1 addition & 2 deletions docs/conf.py
Expand Up @@ -256,7 +256,6 @@
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
'sphinx.ext.coverage', 'sphinx.ext.todo',
'code_ext' # TurboGears code documentation extensions
]

# Specify whether todo items shall be created in the output
Expand All @@ -271,7 +270,7 @@
'webtest': ('http://docs.pylonsproject.org/projects/webtest/en/latest/', None),
'ming': ('http://ming.readthedocs.io/en/latest', None),
'formencode': ('http://www.formencode.org/en/latest/', None),
'kajiki': ('http://kajiki.readthedocs.io/en/latest/', None)
'kajiki': ('http://kajiki.readthedocs.io/en/master/', None)
}

# The maximum number of days to cache remote inventories.
Expand Down

0 comments on commit bd3c6d4

Please sign in to comment.