]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- new doc theme
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Nov 2011 16:48:39 +0000 (11:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Nov 2011 16:48:39 +0000 (11:48 -0500)
- host on packages.python.org

README.rst
docs/build/conf.py
setup.cfg

index 9b9dbc238cc8760133636fdec4358a3bc882f75a..f13f381e25a1ecc88574f73963054a58e6251af1 100644 (file)
@@ -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 <http://readthedocs.org/docs/alembic/en/latest/index.html>`_.
index 9f7a5c62a88f0ab24ec0cd81d4af2e8854c0bda1..39287bc1e4ed008ec742c4eab99e0d9bd59948cd 100644 (file)
@@ -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
index 5e3e76d9262464321b99e8ca923843c041aaa524..1ba2a1dcc55c414b89007a75ddd416578b411127 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,8 @@
 tag_build = dev
 
 
+[upload_docs]
+upload-dir = docs/build/output/html
+
 [alembic]