Ticket #6158 (closed defect: fixed)
[with patch, positive review] upgrading sphinx problem: any upgrade to sage-4.0 ends this way
| Reported by: | was | Owned by: | mhansen |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-4.0.1 |
| Component: | documentation | Keywords: | |
| Cc: | Author(s): | Mike Hansen | |
| Report Upstream: | Reviewer(s): | William Stein | |
| Merged in: | 4.0.1.alpha0 | Work issues: |
Description
sphinx-build -b html -d /usr/local/sage/devel/sage/doc/output/doctrees/en/tutorial . /usr/local/sage/devel/sage/doc/output/html/en/tutorial
Sphinx v0.5.1, building html
loading pickled environment... done
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
no targets are out of date.
Build finished. The built documents can be found in /usr/local/sage/devel/sage/doc/output/html/en/tutorial
Traceback (most recent call last):
File "/usr/local/sage/devel/sage/doc/common/builder.py", line 667, in <module>
getattr(get_builder(name), type)()
File "/usr/local/sage/devel/sage/doc/common/builder.py", line 258, in _wrapper
getattr(get_builder(document), name)(*args, **kwds)
File "/usr/local/sage/devel/sage/doc/common/builder.py", line 348, in _wrapper
for module_name in self.get_modified_modules():
File "/usr/local/sage/devel/sage/doc/common/builder.py", line 415, in get_modified_modules
added, changed, removed = env.get_outdated_files(False)
File "/usr/local/sage/local/lib/python2.5/site-packages/Sphinx-0.5.1-py2.5.egg/sphinx/environment.py", line 400, in get_outdated_files
newmtime = path.getmtime(self.doc2path(docname))
File "/usr/local/sage/local/lib/python2.5/posixpath.py", line 143, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/usr/local/sage/devel/sage-main/doc/en/reference/rings_padic.rst'
Change History
Note: See
TracTickets for help on using
tickets.
