summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst1
-rw-r--r--docs/build/conf.py2
-rw-r--r--setup.cfg3
3 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9b9dbc2..f13f381 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 <http://readthedocs.org/docs/alembic/en/latest/index.html>`_.
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 9f7a5c6..39287bc 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 5e3e76d..1ba2a1d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,8 @@
tag_build = dev
+[upload_docs]
+upload-dir = docs/build/output/html
+
[alembic]