#7549: Reference manual: class hierarchy, inherited members, underscore
variables
-----------------------------+----------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: enhancement | Status: needs_review
Priority: minor | Milestone:
Component: documentation | Keywords:
Author: Mitesh Patel | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by mpatel):
I've seen this message, too. It ''might'' be a Sphinx bug.
The HTML builder writes a hash of the `html_*` settings to `.buildinfo` in
the output directory. It appears that
[http://bitbucket.org/birkenfeld/sphinx/src/tip/sphinx/builders/html.py#cl-144
StandaloneHTMLBuilder.get_outdated_docs] contains nearly all of the
relevant code.
If, for some reason, this `get_outdated_docs` doesn't get called, the
builder writes empty strings for the hashes. For example, `sage -docbuild
reference html -j -S -a` does this (`-a` tells Sphinx to write all files).
The next build attempt triggers the warning.
But I don't know if this is responsible for what we see.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7549#comment:26>
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.