summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README13
-rw-r--r--doc/conf.py4
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/README b/doc/README
index 68d78c6..f6012e3 100644
--- a/doc/README
+++ b/doc/README
@@ -4,13 +4,14 @@ Pycairo Documentation README
This directory contains the reStructuredText (reST) sources for the Pycairo
documentation.
-Options for accessing pycairo documentation:
-1. Read the documentation online at
-http://cairographics.org/documentation/pycairo/
+Accessing pycairo documentation
+-------------------------------
+There are a number of options:
+1. Read the documentation supplied in the pycairo archive file
+ pycairo-X.X.X/doc/_build/html/index.html
-2. Download the latest 'pycairo-x.x.x-docs-html.tar.gz' prebuilt documents
-from http://www.cairographics.org/releases/. Uncompress the docs and point
-your browser at the index.html file.
+2. Read the documentation online at
+http://cairographics.org/documentation/pycairo/
3. Build the documentation yourself - the hardest option.
Install Sphinx 1.0.7 or later.
diff --git a/doc/conf.py b/doc/conf.py
index 3201702..c433aca 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2008, Steve Chaplin'
# built documents.
#
# The short X.Y version.
-version = '1.8'
+version = '1.10'
# The full version, including alpha/beta/rc tags.
-release = '1.8.11'
+release = '1.10.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.