From: Mike Bayer Date: Thu, 17 Nov 2011 16:48:39 +0000 (-0500) Subject: - new doc theme X-Git-Tag: rel_0_1_0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ba0e5f5a02c7d7d2a8ea4681a51893eb00b8e3;p=thirdparty%2Fsqlalchemy%2Falembic.git - new doc theme - host on packages.python.org --- diff --git a/README.rst b/README.rst index 9b9dbc23..f13f381e 100644 --- a/README.rst +++ b/README.rst @@ -69,4 +69,3 @@ degree that SQLite supports migrations (which is very little), and should also have partial functionality for MySQL, Oracle and Firebird (to the degree those databases support standard ANSI DDL). -Documentation is at `ReadTheDocs `_. diff --git a/docs/build/conf.py b/docs/build/conf.py index 9f7a5c62..39287bc1 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -99,7 +99,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'default' +html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/setup.cfg b/setup.cfg index 5e3e76d9..1ba2a1dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,5 +2,8 @@ tag_build = dev +[upload_docs] +upload-dir = docs/build/output/html + [alembic]