A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/doctools/trunk/sphinx/builder.py below:

# -*- coding: utf-8 -*- """ sphinx.builder ~~~~~~~~~~~~~~ .. warning:: This module is only kept for API compatibility; new code should import these classes directly from the sphinx.builders package. :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import warnings from sphinx.builders import Builder from sphinx.builders.text import TextBuilder from sphinx.builders.html import StandaloneHTMLBuilder, WebHTMLBuilder, \ PickleHTMLBuilder, JSONHTMLBuilder from sphinx.builders.latex import LaTeXBuilder from sphinx.builders.changes import ChangesBuilder from sphinx.builders.htmlhelp import HTMLHelpBuilder from sphinx.builders.linkcheck import CheckExternalLinksBuilder warnings.warn('The sphinx.builder module is deprecated; please import ' 'builders from the respective sphinx.builders submodules.', DeprecationWarning, stacklevel=2)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4