You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi!
I'm using the sphinx.ext.doctest extension to test code examples in my
docs. I'm using the default behavior where code marked with ">>>" is
tested, which is nice because I don't have to put my code examples
inside a ".. doctest::" directive. But this will also test my doctests
pulled in (via autodoc) from my actual code. Is there a way to avoid
that? Those doctests are already tested outside Sphinx.
Best,
Jens Jørgen
Komiya Takeshi
unread,
Jun 3, 2020, 9:20:52 AM6/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi,
Unfortunately, there are no such options. I think it is hard to
distinguish code blocks in reST or docstring.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com, Komiya Takeshi
Den 03.06.2020 kl. 15.20 skrev Komiya Takeshi:
> Hi,
>
> Unfortunately, there are no such options. I think it is hard to
> distinguish code blocks in reST or docstring.