Dear all, I am working on https://trac.sagemath.org/ticket/21155 and in order to rebuild the documentation with changed src/sage/graphs/generators/families.py I have to do 'make doc-clean && make', otherwise the changes are not noticed by make (i.e. just typing make results in doc without the latest changes to this file)
I suspect I know why this happens: this file is not mentioned in src/doc/en/reference/graphs/index.rst and gets processed by the doc builder via calls to staticmethod(sage.graphs.generators.families...) in src/sage/graphs/graph_generators.py Note that adding families.py into index.rst results in duplicate reference error (duplicate in families.py and generated graph_generators.rst) Any idea how to fix this - needless to say it's extremely time-consuming to wipe the docs all the time. Thanks Dima -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
