Hi sage-devel, I am actually reviewing ticket #8431 [1] and I have a problem with building the documentation. I obtain the following error message :
/Users/slabbe/Applications/sage-4.5.3/devel/sage/doc/en/reference/ combinat/index.rst:4: (WARNING/2) toctree references unknown document u'sage/combinat/e_one_star' But that file is added by the patch. Somebody ever seen that problem? or know what is missing? More information are below. [1] http://trac.sagemath.org/sage_trac/ticket/8431 Thank you, Sébastien Labbé sla...@tchede ~/Applications/sage-4.5.3/devel/sage-review $ hg qpop patch queue now empty sla...@tchede ~/Applications/sage-4.5.3/devel/sage-review $ hg qpush applying trac_8431_e_one_star.patch now at: trac_8431_e_one_star.patch sla...@tchede ~/Applications/sage-4.5.3/devel/sage-review $ hg qst M doc/en/reference/combinat/index.rst A sage/combinat/e_one_star.py sla...@tchede ~/Applications/sage-4.5.3/devel/sage-review $ hg qdiff doc diff --git a/doc/en/reference/combinat/index.rst b/doc/en/reference/ combinat/index.rst --- a/doc/en/reference/combinat/index.rst +++ b/doc/en/reference/combinat/index.rst @@ -15,6 +15,7 @@ Combinatorics ../sage/combinat/dlx ../sage/combinat/matrices/dlxcpp ../sage/combinat/dyck_word + ../sage/combinat/e_one_star ../sage/combinat/finite_class ../sage/combinat/integer_list ../sage/combinat/integer_vector sla...@tchede ~/Applications/sage-4.5.3/devel/sage-review $ sage -b && sage -docbuild reference html ---------------------------------------------------------- sage: Building and installing modified Sage library files. Installing c_lib scons: `install' is up to date. Updating Cython code.... Time to execute 0 commands: 1.59740447998e-05 seconds Finished compiling Cython code (time = 0.746732950211 seconds) running install running build running build_py copying sage/combinat/e_one_star.py -> build/lib.macosx-10.5-i386-2.6/ sage/combinat running build_ext Total time spent compiling C/C++ extensions: 0.0658578872681 seconds. running install_lib copying build/lib.macosx-10.5-i386-2.6/sage/combinat/e_one_star.py -> / Users/slabbe/Applications/sage-4.5.3/local/lib/python2.6/site-packages/ sage/combinat byte-compiling /Users/slabbe/Applications/sage-4.5.3/local/lib/ python2.6/site-packages/sage/combinat/e_one_star.py to e_one_star.pyc running install_egg_info Removing /Users/slabbe/Applications/sage-4.5.3/local/lib/python2.6/ site-packages/sage-0.0.0-py2.6.egg-info Writing /Users/slabbe/Applications/sage-4.5.3/local/lib/python2.6/site- packages/sage-0.0.0-py2.6.egg-info real 0m3.113s user 0m1.909s sys 0m1.179s sphinx-build -b html -d /Users/slabbe/Applications/sage-4.5.3/devel/ sage/doc/output/doctrees/en/reference /Users/slabbe/Applications/ sage-4.5.3/devel/sage/doc/en/reference /Users/slabbe/Applications/ sage-4.5.3/devel/sage/doc/output/html/en/reference Running Sphinx v0.6.3 loading pickled environment... done building [html]: targets for 1 source files that are out of date updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] combinat/ index /Users/slabbe/Applications/sage-4.5.3/devel/sage/doc/en/reference/ combinat/index.rst:4: (WARNING/2) toctree references unknown document u'sage/combinat/e_one_star' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] index writing additional files... genindex modindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 1 warning. Build finished. The built documents can be found in /Users/slabbe/ Applications/sage-4.5.3/devel/sage/doc/output/html/en/reference -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org