#10620: Upgrade sphinx-1.0.4.p5 to sphinx-1.0.6
-----------------------------+----------------------------------------------
Reporter: davidm | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-4.7.1
Component: documentation | Keywords: sphinx uprgrade
Work_issues: | Upstream: N/A
Reviewer: | Author: David Monarres
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
In fact, maybe we should include sage_autodoc.py in the Sphinx spkg: make
a copy of autodoc.py, patch it, and write it in the sphinx/ext directory.
That would make it much easier to keep sage_autodoc.py in sync with
autodoc.py. Then we just have to make this change in
SAGE_ROOT/devel/sage/doc/common/conf.py:
{{{
#!diff
diff --git a/doc/common/conf.py b/doc/common/conf.py
--- a/doc/common/conf.py
+++ b/doc/common/conf.py
@@ -13,7 +13,7 @@ sys.path.append(os.path.abspath(os.path.
# Add any Sphinx extension module names here, as strings. They can be
extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sage_autodoc', 'sphinx.ext.graphviz',
+extensions = ['sphinx.ext.sage_autodoc', 'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram', 'sphinx.ext.todo',
'sphinx.ext.intersphinx']
# also of interest:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10620#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.