aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-12-25 20:12:24 +0200
committerJohn Ehresman <jpe@wingware.com>2014-03-24 19:35:57 +0100
commitcb0671914f0ea3c88b59200a56648478faf5fc44 (patch)
tree9c34ab4f8f9edeb8323f5788984c43da0d307e40
parenta527dd51e69b80c2d5be3a1d8cd60ab2b2616fa5 (diff)
doc: Stop requiring sphinx.ext.refcounting.
Sphinx 1.2 made a backwards-incompatible change and removed its `refcounting' extension module because it "is very specific to CPython and has no place in the main distribution". Fix the build with Sphinx 1.2+ by not requiring it in conf.py.in; we were not using it before anyway (the `refcount_file' variable was not set) and it was likely added by default when the configuration file was generated. Change-Id: I6c775fb4c1c2daae25aade68079efc2e77225a0f Reviewed-by: John Ehresman <jpe@wingware.com>
-rw-r--r--doc/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index f64b4f6..3a5d985 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -22,7 +22,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.refcounting', 'sphinx.ext.coverage']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.coverage']
rst_epilog = """
.. |project| replace:: Shiboken