Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix doctest because of new doc category.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Mar 18, 2015
1 parent 8f11343 commit 99f9ac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/doc/common/builder.py
Expand Up @@ -633,7 +633,10 @@ def get_all_documents(self, refdir):
sage: b = builder.ReferenceBuilder('reference')
sage: refdir = os.path.join(os.environ['SAGE_DOC'], 'en', b.name)
sage: sorted(b.get_all_documents(refdir))
['reference/algebras', 'reference/arithgroup', ..., 'reference/tensor']
['reference/algebras',
'reference/arithgroup',
...,
'reference/tensor_free_modules']
"""
documents = []

Expand Down

0 comments on commit 99f9ac5

Please sign in to comment.