summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--docs/conf.py6
-rw-r--r--docs/includes/intro.txt2
-rw-r--r--requirements/docs.txt3
4 files changed, 8 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 333d6c9..8fc2405 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Python AMQP 0.9.1 client library
=====================================================================
-:Version: 2.0.0a2
+:Version: 2.0.0rc2
:Web: http://amqp.readthedocs.org/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/
diff --git a/docs/conf.py b/docs/conf.py
index 058d206..c2b0e8f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,10 +19,10 @@ import amqp
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
- 'sphinx.ext.pngmath',
+ 'sphinx.ext.imgmath',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
- 'sphinxcontrib.issuetracker',
+ 'sphinxcontrib.cheeseshop',
'githubsphinx',
]
@@ -72,6 +72,8 @@ exclude_trees = ['.build']
add_function_parentheses = True
intersphinx_mapping = {
+ 'python': ('http://docs.python.org/dev/', None),
+ 'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
}
# The name of the Pygments (syntax highlighting) style to use.
diff --git a/docs/includes/intro.txt b/docs/includes/intro.txt
index cc57ce1..3c6609d 100644
--- a/docs/includes/intro.txt
+++ b/docs/includes/intro.txt
@@ -1,4 +1,4 @@
-:Version: 1.4.2
+:Version: 2.0.0rc2
:Web: http://amqp.readthedocs.org/
:Download: http://pypi.python.org/pypi/amqp/
:Source: http://github.com/celery/py-amqp/
diff --git a/requirements/docs.txt b/requirements/docs.txt
index 2806c16..4765b9b 100644
--- a/requirements/docs.txt
+++ b/requirements/docs.txt
@@ -1 +1,2 @@
-Sphinx
+Sphinx>=1.4
+sphinxcontrib-cheeseshop