summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-01-01 16:01:09 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-01-01 16:01:09 +0100
commit077328c1a213474706038d02f0ecc886dc499316 (patch)
tree2ba9812c5f267455aea9dada147c1410d9a3dd50
parent21f38a4c074d106c24e48e8e971d7215dace5911 (diff)
downloadpsycopg2-077328c1a213474706038d02f0ecc886dc499316.tar.gz
Using the new name of the old doc template
-rw-r--r--doc/src/_static/psycopg.css2
-rw-r--r--doc/src/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/_static/psycopg.css b/doc/src/_static/psycopg.css
index a5d5b3a..7d7bf78 100644
--- a/doc/src/_static/psycopg.css
+++ b/doc/src/_static/psycopg.css
@@ -1,4 +1,4 @@
-@import url("default.css");
+@import url("classic.css");
blockquote {
font-style: italic;
diff --git a/doc/src/conf.py b/doc/src/conf.py
index a918c08..9e73308 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -127,7 +127,7 @@ rst_epilog = """
# 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 = 'classic'
# The stylesheet to use with HTML output: this will include the original one
# adding a few classes.